How To Install python-molecule-doc on Fedora 36

In this tutorial we learn how to install python-molecule-doc in Fedora 36. python-molecule-doc is Molecule is designed to aid in the development and testing of Ansible roles

Introduction

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

What is python-molecule-doc

Documentation for python-molecule a tool designed to aid in the development and testing of Ansible roles

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

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

sudo dnf -y install python-molecule-doc

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

sudo yum -y install python-molecule-doc

How To Uninstall python-molecule-doc on Fedora 36

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

sudo dnf remove python-molecule-doc

python-molecule-doc Package Contents on Fedora 36

/usr/share/doc/python-molecule-doc
/usr/share/doc/python-molecule-doc/README.rst
/usr/share/doc/python-molecule-doc/html
/usr/share/doc/python-molecule-doc/html/404.html
/usr/share/doc/python-molecule-doc/html/_static
/usr/share/doc/python-molecule-doc/html/_static/basic.css
/usr/share/doc/python-molecule-doc/html/_static/css
/usr/share/doc/python-molecule-doc/html/_static/css/ansible.css
/usr/share/doc/python-molecule-doc/html/_static/css/badge_only.css
/usr/share/doc/python-molecule-doc/html/_static/css/rtd-ethical-ads.css
/usr/share/doc/python-molecule-doc/html/_static/css/theme.css
/usr/share/doc/python-molecule-doc/html/_static/doctools.js
/usr/share/doc/python-molecule-doc/html/_static/documentation_options.js
/usr/share/doc/python-molecule-doc/html/_static/favicon.ico
/usr/share/doc/python-molecule-doc/html/_static/file.png
/usr/share/doc/python-molecule-doc/html/_static/images
/usr/share/doc/python-molecule-doc/html/_static/images/Ansible-Mark-RGB_Black.svg
/usr/share/doc/python-molecule-doc/html/_static/images/Ansible-Mark-RGB_White.svg
/usr/share/doc/python-molecule-doc/html/_static/images/favicon.ico
/usr/share/doc/python-molecule-doc/html/_static/images/logo_big.png
/usr/share/doc/python-molecule-doc/html/_static/images/logo_invert.png
/usr/share/doc/python-molecule-doc/html/_static/jquery-3.5.1.js
/usr/share/doc/python-molecule-doc/html/_static/jquery.js
/usr/share/doc/python-molecule-doc/html/_static/js
/usr/share/doc/python-molecule-doc/html/_static/js/badge_only.js
/usr/share/doc/python-molecule-doc/html/_static/js/theme.js
/usr/share/doc/python-molecule-doc/html/_static/language_data.js
/usr/share/doc/python-molecule-doc/html/_static/minus.png
/usr/share/doc/python-molecule-doc/html/_static/plus.png
/usr/share/doc/python-molecule-doc/html/_static/pygments.css
/usr/share/doc/python-molecule-doc/html/_static/searchtools.js
/usr/share/doc/python-molecule-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-molecule-doc/html/_static/underscore.js
/usr/share/doc/python-molecule-doc/html/ci.html
/usr/share/doc/python-molecule-doc/html/configuration.html
/usr/share/doc/python-molecule-doc/html/contributing.html
/usr/share/doc/python-molecule-doc/html/examples.html
/usr/share/doc/python-molecule-doc/html/faq.html
/usr/share/doc/python-molecule-doc/html/genindex.html
/usr/share/doc/python-molecule-doc/html/getting-started.html
/usr/share/doc/python-molecule-doc/html/index.html
/usr/share/doc/python-molecule-doc/html/installation.html
/usr/share/doc/python-molecule-doc/html/objects.inv
/usr/share/doc/python-molecule-doc/html/search.html
/usr/share/doc/python-molecule-doc/html/searchindex.js
/usr/share/doc/python-molecule-doc/html/usage.html
/usr/share/licenses/python-molecule-doc
/usr/share/licenses/python-molecule-doc/LICENSE

References

Summary

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