How To Install python-utils-docs on Fedora 36

In this tutorial we learn how to install python-utils-docs in Fedora 36. python-utils-docs is Documentation for python-utils

Introduction

In this tutorial we learn how to install python-utils-docs on Fedora 36.

What is python-utils-docs

Documentation for python-utils.

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

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

sudo dnf -y install python-utils-docs

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

sudo yum -y install python-utils-docs

How To Uninstall python-utils-docs on Fedora 36

To uninstall only the python-utils-docs package we can use the following command:

sudo dnf remove python-utils-docs

python-utils-docs Package Contents on Fedora 36

/usr/share/doc/python-utils-docs
/usr/share/doc/python-utils-docs/html
/usr/share/doc/python-utils-docs/html/_modules
/usr/share/doc/python-utils-docs/html/_modules/index.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils
/usr/share/doc/python-utils-docs/html/_modules/python_utils/converters.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/decorators.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/formatters.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/import_.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/logger.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/terminal.html
/usr/share/doc/python-utils-docs/html/_modules/python_utils/time.html
/usr/share/doc/python-utils-docs/html/_sources
/usr/share/doc/python-utils-docs/html/_sources/index.rst.txt
/usr/share/doc/python-utils-docs/html/_sources/python_utils.rst.txt
/usr/share/doc/python-utils-docs/html/_sources/usage.rst.txt
/usr/share/doc/python-utils-docs/html/_static
/usr/share/doc/python-utils-docs/html/_static/basic.css
/usr/share/doc/python-utils-docs/html/_static/doctools.js
/usr/share/doc/python-utils-docs/html/_static/documentation_options.js
/usr/share/doc/python-utils-docs/html/_static/file.png
/usr/share/doc/python-utils-docs/html/_static/flasky.css
/usr/share/doc/python-utils-docs/html/_static/jquery-3.5.1.js
/usr/share/doc/python-utils-docs/html/_static/jquery.js
/usr/share/doc/python-utils-docs/html/_static/language_data.js
/usr/share/doc/python-utils-docs/html/_static/minus.png
/usr/share/doc/python-utils-docs/html/_static/plus.png
/usr/share/doc/python-utils-docs/html/_static/pygments.css
/usr/share/doc/python-utils-docs/html/_static/searchtools.js
/usr/share/doc/python-utils-docs/html/_static/small_flask.css
/usr/share/doc/python-utils-docs/html/_static/underscore-1.13.1.js
/usr/share/doc/python-utils-docs/html/_static/underscore.js
/usr/share/doc/python-utils-docs/html/genindex.html
/usr/share/doc/python-utils-docs/html/index.html
/usr/share/doc/python-utils-docs/html/py-modindex.html
/usr/share/doc/python-utils-docs/html/python_utils.html
/usr/share/doc/python-utils-docs/html/search.html
/usr/share/doc/python-utils-docs/html/searchindex.js
/usr/share/doc/python-utils-docs/html/usage.html

References

Summary

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