How To Install python-enzyme-doc on Fedora 36

In this tutorial we learn how to install python-enzyme-doc in Fedora 36. python-enzyme-doc is Python module to parse video metadata

Introduction

In this tutorial we learn how to install python-enzyme-doc on Fedora 36.

What is python-enzyme-doc

Enzyme is a Python module to parse video metadata.

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

Install python-enzyme-doc 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 python-enzyme-doc using dnf by running the following command:

sudo dnf -y install python-enzyme-doc

Install python-enzyme-doc 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 python-enzyme-doc using yum by running the following command:

sudo yum -y install python-enzyme-doc

How To Uninstall python-enzyme-doc on Fedora 36

To uninstall only the python-enzyme-doc package we can use the following command:

sudo dnf remove python-enzyme-doc

python-enzyme-doc Package Contents on Fedora 36

/usr/share/doc/python-enzyme-doc
/usr/share/doc/python-enzyme-doc/README.rst
/usr/share/doc/python-enzyme-doc/api
/usr/share/doc/python-enzyme-doc/api/mkv.rst
/usr/share/doc/python-enzyme-doc/api/parsers.rst
/usr/share/doc/python-enzyme-doc/index.rst
/usr/share/licenses/python-enzyme-doc
/usr/share/licenses/python-enzyme-doc/LICENSE

References

Summary

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