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

Last updated: July 05,2024

1. Install "python3-gzipstream.noarch" package

In this section, we are going to explain the necessary steps to install python3-gzipstream.noarch on Fedora 34

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

2. Uninstall "python3-gzipstream.noarch" package

Please follow the guidance below to uninstall python3-gzipstream.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:09:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-gzipstream
Version : 2.8.6
Release : 12.fc34
Architecture : noarch
Size : 56 k
Source : python-gzipstream-2.8.6-12.fc34.src.rpm
Repository : fedora
Summary : Streaming zlib (gzip) support for python
URL : https://github.com/spacewalkproject/spacewalk/wiki/Projects_python-gzipstream
License : GPLv2
Description : A streaming gzip handler.
: gzipstream.GzipStream extends the functionality of the gzip.GzipFile class
: to allow the processing of streaming data.