How To Install python-humanfriendly-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install python-humanfriendly-doc
on Rocky Linux 8.
What is python-humanfriendly-doc
HTML documentation for the ‘humanfriendly’ Python module.
We can use yum
or dnf
to install python-humanfriendly-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python-humanfriendly-doc.
Install python-humanfriendly-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-humanfriendly-doc
using dnf
by running the following command:
sudo dnf -y install python-humanfriendly-doc
Install python-humanfriendly-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-humanfriendly-doc
using yum
by running the following command:
sudo yum -y install python-humanfriendly-doc
How To Uninstall python-humanfriendly-doc on Rocky Linux 8
To uninstall only the python-humanfriendly-doc
package we can use the following command:
sudo dnf remove python-humanfriendly-doc
python-humanfriendly-doc Package Contents on Rocky Linux 8
/usr/share/doc/python-humanfriendly-doc
/usr/share/doc/python-humanfriendly-doc/html
/usr/share/doc/python-humanfriendly-doc/html/_images
/usr/share/doc/python-humanfriendly-doc/html/_images/ansi-demo.png
/usr/share/doc/python-humanfriendly-doc/html/_images/html-to-ansi.png
/usr/share/doc/python-humanfriendly-doc/html/_images/pretty-table.png
/usr/share/doc/python-humanfriendly-doc/html/_images/spinner-basic.gif
/usr/share/doc/python-humanfriendly-doc/html/_images/spinner-with-progress.gif
/usr/share/doc/python-humanfriendly-doc/html/_images/spinner-with-timer.gif
/usr/share/doc/python-humanfriendly-doc/html/_sources
/usr/share/doc/python-humanfriendly-doc/html/_sources/api.rst.txt
/usr/share/doc/python-humanfriendly-doc/html/_sources/changelog.rst.txt
/usr/share/doc/python-humanfriendly-doc/html/_sources/index.rst.txt
/usr/share/doc/python-humanfriendly-doc/html/_sources/readme.rst.txt
/usr/share/doc/python-humanfriendly-doc/html/_static
/usr/share/doc/python-humanfriendly-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-humanfriendly-doc/html/_static/basic.css
/usr/share/doc/python-humanfriendly-doc/html/_static/comment-bright.png
/usr/share/doc/python-humanfriendly-doc/html/_static/comment-close.png
/usr/share/doc/python-humanfriendly-doc/html/_static/comment.png
/usr/share/doc/python-humanfriendly-doc/html/_static/doctools.js
/usr/share/doc/python-humanfriendly-doc/html/_static/documentation_options.js
/usr/share/doc/python-humanfriendly-doc/html/_static/down-pressed.png
/usr/share/doc/python-humanfriendly-doc/html/_static/down.png
/usr/share/doc/python-humanfriendly-doc/html/_static/file.png
/usr/share/doc/python-humanfriendly-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-humanfriendly-doc/html/_static/jquery.js
/usr/share/doc/python-humanfriendly-doc/html/_static/minus.png
/usr/share/doc/python-humanfriendly-doc/html/_static/nature.css
/usr/share/doc/python-humanfriendly-doc/html/_static/plus.png
/usr/share/doc/python-humanfriendly-doc/html/_static/pygments.css
/usr/share/doc/python-humanfriendly-doc/html/_static/searchtools.js
/usr/share/doc/python-humanfriendly-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-humanfriendly-doc/html/_static/underscore.js
/usr/share/doc/python-humanfriendly-doc/html/_static/up-pressed.png
/usr/share/doc/python-humanfriendly-doc/html/_static/up.png
/usr/share/doc/python-humanfriendly-doc/html/_static/websupport.js
/usr/share/doc/python-humanfriendly-doc/html/api.html
/usr/share/doc/python-humanfriendly-doc/html/changelog.html
/usr/share/doc/python-humanfriendly-doc/html/genindex.html
/usr/share/doc/python-humanfriendly-doc/html/index.html
/usr/share/doc/python-humanfriendly-doc/html/objects.inv
/usr/share/doc/python-humanfriendly-doc/html/py-modindex.html
/usr/share/doc/python-humanfriendly-doc/html/readme.html
/usr/share/doc/python-humanfriendly-doc/html/search.html
/usr/share/doc/python-humanfriendly-doc/html/searchindex.js
/usr/share/licenses/python-humanfriendly-doc
/usr/share/licenses/python-humanfriendly-doc/LICENSE.txt
References
Summary
In this tutorial we learn how to install python-humanfriendly-doc
on Rocky Linux 8 using yum and dnf.