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

Last updated: May 18,2024

1. Install "python3-smart_open.noarch" package

This guide covers the steps necessary to install python3-smart_open.noarch on Fedora 35

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

2. Uninstall "python3-smart_open.noarch" package

Learn how to uninstall python3-smart_open.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:49:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-smart_open
Version : 5.2.1
Release : 1.fc35
Architecture : noarch
Size : 89 k
Source : python-smart_open-5.2.1-1.fc35.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.