How To Install python-pyghmi-doc on Rocky Linux 8

In this tutorial we learn how to install python-pyghmi-doc on Rocky Linux 8. python-pyghmi-doc is The pyghmi library documentation

Introduction

In this tutorial we learn how to install python-pyghmi-doc on Rocky Linux 8.

What is python-pyghmi-doc

Documentation for the pyghmi library

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

Install python-pyghmi-doc on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-pyghmi-doc using dnf by running the following command:

sudo dnf -y install python-pyghmi-doc

Install python-pyghmi-doc on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-pyghmi-doc using yum by running the following command:

sudo yum -y install python-pyghmi-doc

How To Uninstall python-pyghmi-doc on Rocky Linux 8

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

sudo dnf remove python-pyghmi-doc

python-pyghmi-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-pyghmi-doc
/usr/share/doc/python-pyghmi-doc/README.md
/usr/share/doc/python-pyghmi-doc/html
/usr/share/doc/python-pyghmi-doc/html/_sources
/usr/share/doc/python-pyghmi-doc/html/_sources/contributor
/usr/share/doc/python-pyghmi-doc/html/_sources/contributor/index.rst.txt
/usr/share/doc/python-pyghmi-doc/html/_sources/index.rst.txt
/usr/share/doc/python-pyghmi-doc/html/_sources/install
/usr/share/doc/python-pyghmi-doc/html/_sources/install/index.rst.txt
/usr/share/doc/python-pyghmi-doc/html/_sources/reference
/usr/share/doc/python-pyghmi-doc/html/_sources/reference/index.rst.txt
/usr/share/doc/python-pyghmi-doc/html/_static
/usr/share/doc/python-pyghmi-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-pyghmi-doc/html/_static/basic.css
/usr/share/doc/python-pyghmi-doc/html/_static/classic.css
/usr/share/doc/python-pyghmi-doc/html/_static/comment-bright.png
/usr/share/doc/python-pyghmi-doc/html/_static/comment-close.png
/usr/share/doc/python-pyghmi-doc/html/_static/comment.png
/usr/share/doc/python-pyghmi-doc/html/_static/default.css
/usr/share/doc/python-pyghmi-doc/html/_static/doctools.js
/usr/share/doc/python-pyghmi-doc/html/_static/documentation_options.js
/usr/share/doc/python-pyghmi-doc/html/_static/down-pressed.png
/usr/share/doc/python-pyghmi-doc/html/_static/down.png
/usr/share/doc/python-pyghmi-doc/html/_static/file.png
/usr/share/doc/python-pyghmi-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-pyghmi-doc/html/_static/jquery.js
/usr/share/doc/python-pyghmi-doc/html/_static/minus.png
/usr/share/doc/python-pyghmi-doc/html/_static/plus.png
/usr/share/doc/python-pyghmi-doc/html/_static/pygments.css
/usr/share/doc/python-pyghmi-doc/html/_static/searchtools.js
/usr/share/doc/python-pyghmi-doc/html/_static/sidebar.js
/usr/share/doc/python-pyghmi-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-pyghmi-doc/html/_static/underscore.js
/usr/share/doc/python-pyghmi-doc/html/_static/up-pressed.png
/usr/share/doc/python-pyghmi-doc/html/_static/up.png
/usr/share/doc/python-pyghmi-doc/html/_static/websupport.js
/usr/share/doc/python-pyghmi-doc/html/contributor
/usr/share/doc/python-pyghmi-doc/html/contributor/index.html
/usr/share/doc/python-pyghmi-doc/html/genindex.html
/usr/share/doc/python-pyghmi-doc/html/index.html
/usr/share/doc/python-pyghmi-doc/html/install
/usr/share/doc/python-pyghmi-doc/html/install/index.html
/usr/share/doc/python-pyghmi-doc/html/objects.inv
/usr/share/doc/python-pyghmi-doc/html/reference
/usr/share/doc/python-pyghmi-doc/html/reference/index.html
/usr/share/doc/python-pyghmi-doc/html/search.html
/usr/share/doc/python-pyghmi-doc/html/searchindex.js
/usr/share/licenses/python-pyghmi-doc
/usr/share/licenses/python-pyghmi-doc/LICENSE

References

Summary

In this tutorial we learn how to install python-pyghmi-doc on Rocky Linux 8 using yum and dnf.