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

Last updated: October 05,2024

1. Install "python3-smart_open.noarch" package

Here is a brief guide to show you how to install python3-smart_open.noarch on Fedora 34

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

2. Uninstall "python3-smart_open.noarch" package

Please follow the guidelines below to uninstall python3-smart_open.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:03:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-smart_open
Version : 5.2.1
Release : 1.fc34
Architecture : noarch
Size : 90 k
Source : python-smart_open-5.2.1-1.fc34.src.rpm
Repository : updates
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.