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

Last updated: January 12,2025

1. Install "python3-gzipstream.noarch" package

Please follow the guidance below to install python3-gzipstream.noarch on Fedora 36

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

2. Uninstall "python3-gzipstream.noarch" package

Here is a brief guide to show you how to uninstall python3-gzipstream.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:29:10 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-gzipstream
Version : 2.8.6
Release : 15.fc36
Architecture : noarch
Size : 56 k
Source : python-gzipstream-2.8.6-15.fc36.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.