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

Last updated: October 09,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 35

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

2. Uninstall "python3-gzipstream.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-gzipstream.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:02:46 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-gzipstream
Version : 2.8.6
Release : 14.fc35
Architecture : noarch
Size : 56 k
Source : python-gzipstream-2.8.6-14.fc35.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.