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

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

Introduction

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

What is python-beautifultable-doc

Documentation for python-beautifultable.

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

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

sudo dnf -y install python-beautifultable-doc

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

sudo yum -y install python-beautifultable-doc

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

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

sudo dnf remove python-beautifultable-doc

python-beautifultable-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-beautifultable-doc
/usr/share/doc/python-beautifultable-doc/html
/usr/share/doc/python-beautifultable-doc/html/_modules
/usr/share/doc/python-beautifultable-doc/html/_modules/beautifultable
/usr/share/doc/python-beautifultable-doc/html/_modules/beautifultable/beautifultable.html
/usr/share/doc/python-beautifultable-doc/html/_modules/index.html
/usr/share/doc/python-beautifultable-doc/html/_sources
/usr/share/doc/python-beautifultable-doc/html/_sources/badges.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/changelog.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/donation.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/index.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/install.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/introduction.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/links.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/quickstart.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/source
/usr/share/doc/python-beautifultable-doc/html/_sources/source/beautifultable.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_sources/source/modules.rst.txt
/usr/share/doc/python-beautifultable-doc/html/_static
/usr/share/doc/python-beautifultable-doc/html/_static/ajax-loader.gif
/usr/share/doc/python-beautifultable-doc/html/_static/basic.css
/usr/share/doc/python-beautifultable-doc/html/_static/classic.css
/usr/share/doc/python-beautifultable-doc/html/_static/comment-bright.png
/usr/share/doc/python-beautifultable-doc/html/_static/comment-close.png
/usr/share/doc/python-beautifultable-doc/html/_static/comment.png
/usr/share/doc/python-beautifultable-doc/html/_static/default.css
/usr/share/doc/python-beautifultable-doc/html/_static/doctools.js
/usr/share/doc/python-beautifultable-doc/html/_static/documentation_options.js
/usr/share/doc/python-beautifultable-doc/html/_static/down-pressed.png
/usr/share/doc/python-beautifultable-doc/html/_static/down.png
/usr/share/doc/python-beautifultable-doc/html/_static/file.png
/usr/share/doc/python-beautifultable-doc/html/_static/jquery-3.2.1.js
/usr/share/doc/python-beautifultable-doc/html/_static/jquery.js
/usr/share/doc/python-beautifultable-doc/html/_static/minus.png
/usr/share/doc/python-beautifultable-doc/html/_static/plus.png
/usr/share/doc/python-beautifultable-doc/html/_static/pygments.css
/usr/share/doc/python-beautifultable-doc/html/_static/searchtools.js
/usr/share/doc/python-beautifultable-doc/html/_static/sidebar.js
/usr/share/doc/python-beautifultable-doc/html/_static/underscore-1.3.1.js
/usr/share/doc/python-beautifultable-doc/html/_static/underscore.js
/usr/share/doc/python-beautifultable-doc/html/_static/up-pressed.png
/usr/share/doc/python-beautifultable-doc/html/_static/up.png
/usr/share/doc/python-beautifultable-doc/html/_static/websupport.js
/usr/share/doc/python-beautifultable-doc/html/badges.html
/usr/share/doc/python-beautifultable-doc/html/changelog.html
/usr/share/doc/python-beautifultable-doc/html/donation.html
/usr/share/doc/python-beautifultable-doc/html/genindex.html
/usr/share/doc/python-beautifultable-doc/html/index.html
/usr/share/doc/python-beautifultable-doc/html/install.html
/usr/share/doc/python-beautifultable-doc/html/introduction.html
/usr/share/doc/python-beautifultable-doc/html/links.html
/usr/share/doc/python-beautifultable-doc/html/objects.inv
/usr/share/doc/python-beautifultable-doc/html/py-modindex.html
/usr/share/doc/python-beautifultable-doc/html/quickstart.html
/usr/share/doc/python-beautifultable-doc/html/search.html
/usr/share/doc/python-beautifultable-doc/html/searchindex.js
/usr/share/doc/python-beautifultable-doc/html/source
/usr/share/doc/python-beautifultable-doc/html/source/beautifultable.html
/usr/share/doc/python-beautifultable-doc/html/source/modules.html
/usr/share/licenses/python-beautifultable-doc
/usr/share/licenses/python-beautifultable-doc/LICENSE.txt

References

Summary

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