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

Last updated: October 06,2024

1. Install "python3-smart_open.noarch" package

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

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

2. Uninstall "python3-smart_open.noarch" package

Please follow the step by step instructions below to uninstall python3-smart_open.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:52:19 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-smart_open
Version : 6.4.0
Release : 1.fc39
Architecture : noarch
Size : 118 k
Source : python-smart_open-6.4.0-1.fc39.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 Pythons 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.