How To Install python3-djvulibre on Fedora 36

In this tutorial we learn how to install python3-djvulibre in Fedora 36. python3-djvulibre is Python support for the DjVu image format

Introduction

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

What is python3-djvulibre

python-djvulibre is a set of Python bindings for the DjVuLibre library, an open-source implementation of DjVu.

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

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

sudo dnf -y install python3-djvulibre

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

sudo yum -y install python3-djvulibre

How To Uninstall python3-djvulibre on Fedora 36

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

sudo dnf remove python3-djvulibre

python3-djvulibre Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/25764accfd409cb8e49ed3fc3bb5db39258867
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2f2a147890a34aee78e2dc9688bf061b29acef
/usr/lib64/python3.10/site-packages/djvu
/usr/lib64/python3.10/site-packages/djvu/__init__.py
/usr/lib64/python3.10/site-packages/djvu/__pycache__
/usr/lib64/python3.10/site-packages/djvu/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/djvu/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/djvu/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/djvu/__pycache__/const.cpython-310.pyc
/usr/lib64/python3.10/site-packages/djvu/__pycache__/dllpath.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/djvu/__pycache__/dllpath.cpython-310.pyc
/usr/lib64/python3.10/site-packages/djvu/const.py
/usr/lib64/python3.10/site-packages/djvu/decode.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/djvu/dllpath.py
/usr/lib64/python3.10/site-packages/djvu/sexpr.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/python_djvulibre-0.8.6-py3.10.egg-info
/usr/share/licenses/python3-djvulibre
/usr/share/licenses/python3-djvulibre/COPYING

References

Summary

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