How To Install python3-gzipstream on Fedora 36

In this tutorial we learn how to install python3-gzipstream in Fedora 36. python3-gzipstream is Streaming zlib (gzip) support for python

Introduction

In this tutorial we learn how to install python3-gzipstream on Fedora 36.

What is python3-gzipstream

A streaming gzip handler. gzipstream.GzipStream extends the functionality of the gzip.GzipFile class to allow the processing of streaming data.

We can use yum or dnf to install python3-gzipstream on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-gzipstream.

Install python3-gzipstream on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-gzipstream using dnf by running the following command:

sudo dnf -y install python3-gzipstream

Install python3-gzipstream on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-gzipstream using yum by running the following command:

sudo yum -y install python3-gzipstream

How To Uninstall python3-gzipstream on Fedora 36

To uninstall only the python3-gzipstream package we can use the following command:

sudo dnf remove python3-gzipstream

python3-gzipstream Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/__pycache__
/usr/lib/python3.10/site-packages/__pycache__/gzipstream.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/gzipstream.cpython-310.pyc
/usr/lib/python3.10/site-packages/gzipstream-2.8.6-py3.10.egg-info
/usr/lib/python3.10/site-packages/gzipstream.py
/usr/share/doc/python3-gzipstream
/usr/share/doc/python3-gzipstream/html
/usr/share/doc/python3-gzipstream/html/abc.ABCMeta-class.html
/usr/share/doc/python3-gzipstream/html/api-objects.txt
/usr/share/doc/python3-gzipstream/html/class-tree.html
/usr/share/doc/python3-gzipstream/html/crarr.png
/usr/share/doc/python3-gzipstream/html/epydoc.css
/usr/share/doc/python3-gzipstream/html/epydoc.js
/usr/share/doc/python3-gzipstream/html/frames.html
/usr/share/doc/python3-gzipstream/html/gzipstream-module.html
/usr/share/doc/python3-gzipstream/html/gzipstream-pysrc.html
/usr/share/doc/python3-gzipstream/html/gzipstream.GzipStream-class.html
/usr/share/doc/python3-gzipstream/html/gzipstream.GzipStreamXL-class.html
/usr/share/doc/python3-gzipstream/html/gzipstream._StreamBuf-class.html
/usr/share/doc/python3-gzipstream/html/help.html
/usr/share/doc/python3-gzipstream/html/identifier-index.html
/usr/share/doc/python3-gzipstream/html/index.html
/usr/share/doc/python3-gzipstream/html/module-tree.html
/usr/share/doc/python3-gzipstream/html/redirect.html
/usr/share/doc/python3-gzipstream/html/toc-everything.html
/usr/share/doc/python3-gzipstream/html/toc-gzipstream-module.html
/usr/share/doc/python3-gzipstream/html/toc.html
/usr/share/licenses/python3-gzipstream
/usr/share/licenses/python3-gzipstream/LICENSE

References

Summary

In this tutorial we learn how to install python3-gzipstream on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).