How to Install and Uninstall python3-smart_open.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-smart_open.noarch" package

Please follow the step by step instructions below to install python3-smart_open.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-smart_open.noarch

2. Uninstall "python3-smart_open.noarch" package

This tutorial shows how to uninstall python3-smart_open.noarch on Fedora 36:

$ sudo dnf remove python3-smart_open.noarch $ sudo dnf autoremove

3. Information about the python3-smart_open.noarch package on Fedora 36

Last metadata expiration check: 1:07:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-smart_open
Version : 5.2.1
Release : 2.fc36
Architecture : noarch
Size : 89 k
Source : python-smart_open-5.2.1-2.fc36.src.rpm
Repository : fedora
Summary : Utils for streaming large files (S3, HDFS, gzip, bz2, and more)
URL : https://github.com/RaRe-Technologies/smart_open
License : MIT
Description : smart_open is a Python 3 library for efficient streaming of very large files
: from/to storages such as S3, GCS, Azure Blob Storage, HDFS, WebHDFS, HTTP,
: HTTPS, SFTP, or local filesystem. It supports transparent, on-the-fly
: (de-)compression for a variety of different formats.
:
: smart_open is a drop-in replacement for Python's built-in open(): it can do
: anything open can (100% compatible, falls back to native open wherever
: possible), plus lots of nifty extra stuff on top.