How To Install python-fabric-doc on Fedora 36

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

Introduction

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

What is python-fabric-doc

Documentation for fabric.

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

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

sudo dnf -y install python-fabric-doc

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

sudo yum -y install python-fabric-doc

How To Uninstall python-fabric-doc on Fedora 36

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

sudo dnf remove python-fabric-doc

python-fabric-doc Package Contents on Fedora 36

/usr/share/doc/python-fabric-doc
/usr/share/doc/python-fabric-doc/html
/usr/share/doc/python-fabric-doc/html/_sources
/usr/share/doc/python-fabric-doc/html/_sources/api
/usr/share/doc/python-fabric-doc/html/_sources/api/config.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/connection.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/exceptions.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/executor.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/group.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/runners.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/tasks.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/testing.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/transfer.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/tunnels.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/api/util.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/cli.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/concepts
/usr/share/doc/python-fabric-doc/html/_sources/concepts/authentication.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/concepts/configuration.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/concepts/networking.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/getting-started.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/index.rst.txt
/usr/share/doc/python-fabric-doc/html/_sources/upgrading.rst.txt
/usr/share/doc/python-fabric-doc/html/_static
/usr/share/doc/python-fabric-doc/html/_static/alabaster.css
/usr/share/doc/python-fabric-doc/html/_static/basic.css
/usr/share/doc/python-fabric-doc/html/_static/custom.css
/usr/share/doc/python-fabric-doc/html/_static/doctools.js
/usr/share/doc/python-fabric-doc/html/_static/documentation_options.js
/usr/share/doc/python-fabric-doc/html/_static/file.png
/usr/share/doc/python-fabric-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-fabric-doc/html/_static/jquery.js
/usr/share/doc/python-fabric-doc/html/_static/language_data.js
/usr/share/doc/python-fabric-doc/html/_static/logo.png
/usr/share/doc/python-fabric-doc/html/_static/minus.png
/usr/share/doc/python-fabric-doc/html/_static/plus.png
/usr/share/doc/python-fabric-doc/html/_static/pygments.css
/usr/share/doc/python-fabric-doc/html/_static/searchtools.js
/usr/share/doc/python-fabric-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-fabric-doc/html/_static/underscore.js
/usr/share/doc/python-fabric-doc/html/api
/usr/share/doc/python-fabric-doc/html/api/config.html
/usr/share/doc/python-fabric-doc/html/api/connection.html
/usr/share/doc/python-fabric-doc/html/api/exceptions.html
/usr/share/doc/python-fabric-doc/html/api/executor.html
/usr/share/doc/python-fabric-doc/html/api/group.html
/usr/share/doc/python-fabric-doc/html/api/runners.html
/usr/share/doc/python-fabric-doc/html/api/tasks.html
/usr/share/doc/python-fabric-doc/html/api/testing.html
/usr/share/doc/python-fabric-doc/html/api/transfer.html
/usr/share/doc/python-fabric-doc/html/api/tunnels.html
/usr/share/doc/python-fabric-doc/html/api/util.html
/usr/share/doc/python-fabric-doc/html/cli.html
/usr/share/doc/python-fabric-doc/html/concepts
/usr/share/doc/python-fabric-doc/html/concepts/authentication.html
/usr/share/doc/python-fabric-doc/html/concepts/configuration.html
/usr/share/doc/python-fabric-doc/html/concepts/networking.html
/usr/share/doc/python-fabric-doc/html/genindex.html
/usr/share/doc/python-fabric-doc/html/getting-started.html
/usr/share/doc/python-fabric-doc/html/index.html
/usr/share/doc/python-fabric-doc/html/objects.inv
/usr/share/doc/python-fabric-doc/html/py-modindex.html
/usr/share/doc/python-fabric-doc/html/search.html
/usr/share/doc/python-fabric-doc/html/searchindex.js
/usr/share/doc/python-fabric-doc/html/upgrading.html
/usr/share/licenses/python-fabric-doc
/usr/share/licenses/python-fabric-doc/LICENSE

References

Summary

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