How To Install python-guessit-doc on Fedora 36

In this tutorial we learn how to install python-guessit-doc in Fedora 36. python-guessit-doc is Documentation for guessit python library

Introduction

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

What is python-guessit-doc

GuessIt is a python library that extracts as much information as possible from a video filename. It has a very powerful matcher that allows to guess properties from a video using its filename only. This matcher works with both movies and TV shows episodes.

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

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

sudo dnf -y install python-guessit-doc

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

sudo yum -y install python-guessit-doc

How To Uninstall python-guessit-doc on Fedora 36

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

sudo dnf remove python-guessit-doc

python-guessit-doc Package Contents on Fedora 36

/usr/share/doc/python-guessit-doc
/usr/share/doc/python-guessit-doc/AUTHORS.md
/usr/share/doc/python-guessit-doc/CHANGELOG.md
/usr/share/doc/python-guessit-doc/CONTRIBUTING.md
/usr/share/doc/python-guessit-doc/README.md
/usr/share/doc/python-guessit-doc/docs
/usr/share/doc/python-guessit-doc/docs/CNAME
/usr/share/doc/python-guessit-doc/docs/configuration.md
/usr/share/doc/python-guessit-doc/docs/index.md
/usr/share/doc/python-guessit-doc/docs/migration.md
/usr/share/doc/python-guessit-doc/docs/migration2to3.md
/usr/share/doc/python-guessit-doc/docs/properties.md
/usr/share/doc/python-guessit-doc/docs/sources.md
/usr/share/licenses/python-guessit-doc
/usr/share/licenses/python-guessit-doc/LICENSE

References

Summary

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