How To Install python3-zopfli on Fedora 36

In this tutorial we learn how to install python3-zopfli in Fedora 36. python3-zopfli is Zopfli module for python

Introduction

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

What is python3-zopfli

cPython bindings for zopfli.

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

Install python3-zopfli 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-zopfli using dnf by running the following command:

sudo dnf -y install python3-zopfli

Install python3-zopfli 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-zopfli using yum by running the following command:

sudo yum -y install python3-zopfli

How To Uninstall python3-zopfli on Fedora 36

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

sudo dnf remove python3-zopfli

python3-zopfli Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/d8881a0b2dcf7e00f7eee567a8d4e53e480dd5
/usr/lib64/python3.10/site-packages/zopfli
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/COPYING
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/METADATA
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/zopfli-0.2.1.dist-info/zip-safe
/usr/lib64/python3.10/site-packages/zopfli/__init__.py
/usr/lib64/python3.10/site-packages/zopfli/__pycache__
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/_version.cpython-310.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/gzip.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/gzip.cpython-310.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/png.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/png.cpython-310.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/zlib.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/zopfli/__pycache__/zlib.cpython-310.pyc
/usr/lib64/python3.10/site-packages/zopfli/_version.py
/usr/lib64/python3.10/site-packages/zopfli/gzip.py
/usr/lib64/python3.10/site-packages/zopfli/png.py
/usr/lib64/python3.10/site-packages/zopfli/zlib.py
/usr/lib64/python3.10/site-packages/zopfli/zopfli.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-zopfli
/usr/share/doc/python3-zopfli/README.rst
/usr/share/licenses/python3-zopfli
/usr/share/licenses/python3-zopfli/COPYING

References

Summary

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