How To Install python-fields-doc on Fedora 36

In this tutorial we learn how to install python-fields-doc in Fedora 36. python-fields-doc is Documentation for ‘python-fields’

Introduction

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

What is python-fields-doc

HTML API documentation for the ‘fields’ Python module.

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

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

sudo dnf -y install python-fields-doc

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

sudo yum -y install python-fields-doc

How To Uninstall python-fields-doc on Fedora 36

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

sudo dnf remove python-fields-doc

python-fields-doc Package Contents on Fedora 36

/usr/share/doc/python-fields-doc
/usr/share/doc/python-fields-doc/html
/usr/share/doc/python-fields-doc/html/_modules
/usr/share/doc/python-fields-doc/html/_modules/fields
/usr/share/doc/python-fields-doc/html/_modules/fields.html
/usr/share/doc/python-fields-doc/html/_modules/fields/extras.html
/usr/share/doc/python-fields-doc/html/_modules/index.html
/usr/share/doc/python-fields-doc/html/_sources
/usr/share/doc/python-fields-doc/html/_sources/authors.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/changelog.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/contributing.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/index.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/installation.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/readme.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/reference
/usr/share/doc/python-fields-doc/html/_sources/reference/fields.extras.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/reference/fields.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/python-fields-doc/html/_sources/usage.rst.txt
/usr/share/doc/python-fields-doc/html/_static
/usr/share/doc/python-fields-doc/html/_static/basic.css
/usr/share/doc/python-fields-doc/html/_static/classic.css
/usr/share/doc/python-fields-doc/html/_static/copybutton.js
/usr/share/doc/python-fields-doc/html/_static/doctools.js
/usr/share/doc/python-fields-doc/html/_static/documentation_options.js
/usr/share/doc/python-fields-doc/html/_static/favicon.png
/usr/share/doc/python-fields-doc/html/_static/file.png
/usr/share/doc/python-fields-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-fields-doc/html/_static/jquery.js
/usr/share/doc/python-fields-doc/html/_static/language_data.js
/usr/share/doc/python-fields-doc/html/_static/minus.png
/usr/share/doc/python-fields-doc/html/_static/plus.png
/usr/share/doc/python-fields-doc/html/_static/pydoctheme.css
/usr/share/doc/python-fields-doc/html/_static/pygments.css
/usr/share/doc/python-fields-doc/html/_static/[email protected]
/usr/share/doc/python-fields-doc/html/_static/searchtools.js
/usr/share/doc/python-fields-doc/html/_static/sidebar.js
/usr/share/doc/python-fields-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-fields-doc/html/_static/underscore.js
/usr/share/doc/python-fields-doc/html/authors.html
/usr/share/doc/python-fields-doc/html/changelog.html
/usr/share/doc/python-fields-doc/html/contributing.html
/usr/share/doc/python-fields-doc/html/genindex-C.html
/usr/share/doc/python-fields-doc/html/genindex-F.html
/usr/share/doc/python-fields-doc/html/genindex-M.html
/usr/share/doc/python-fields-doc/html/genindex-N.html
/usr/share/doc/python-fields-doc/html/genindex-R.html
/usr/share/doc/python-fields-doc/html/genindex-S.html
/usr/share/doc/python-fields-doc/html/genindex-T.html
/usr/share/doc/python-fields-doc/html/genindex-V.html
/usr/share/doc/python-fields-doc/html/genindex-all.html
/usr/share/doc/python-fields-doc/html/genindex.html
/usr/share/doc/python-fields-doc/html/index.html
/usr/share/doc/python-fields-doc/html/installation.html
/usr/share/doc/python-fields-doc/html/objects.inv
/usr/share/doc/python-fields-doc/html/py-modindex.html
/usr/share/doc/python-fields-doc/html/readme.html
/usr/share/doc/python-fields-doc/html/reference
/usr/share/doc/python-fields-doc/html/reference/fields.extras.html
/usr/share/doc/python-fields-doc/html/reference/fields.html
/usr/share/doc/python-fields-doc/html/reference/index.html
/usr/share/doc/python-fields-doc/html/search.html
/usr/share/doc/python-fields-doc/html/searchindex.js
/usr/share/doc/python-fields-doc/html/usage.html
/usr/share/licenses/python-fields-doc
/usr/share/licenses/python-fields-doc/LICENSE

References

Summary

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