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

In this tutorial we learn how to install python-tkrzw-doc on Rocky Linux 8. python-tkrzw-doc is TKRZW Python bindings - API documentation

Introduction

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

What is python-tkrzw-doc

TKRZW is a library of routines for managing a key-value database. This package contains API documentation of it.

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

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

sudo dnf -y install python-tkrzw-doc

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

sudo yum -y install python-tkrzw-doc

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

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

sudo dnf remove python-tkrzw-doc

python-tkrzw-doc Package Contents on Rocky Linux 8

/usr/share/doc/python-tkrzw-doc
/usr/share/doc/python-tkrzw-doc/CONTRIBUTING.md
/usr/share/doc/python-tkrzw-doc/README
/usr/share/doc/python-tkrzw-doc/api-doc
/usr/share/doc/python-tkrzw-doc/api-doc/.buildinfo
/usr/share/doc/python-tkrzw-doc/api-doc/_modules
/usr/share/doc/python-tkrzw-doc/api-doc/_modules/index.html
/usr/share/doc/python-tkrzw-doc/api-doc/_modules/tkrzw.html
/usr/share/doc/python-tkrzw-doc/api-doc/_sources
/usr/share/doc/python-tkrzw-doc/api-doc/_sources/index.rst.txt
/usr/share/doc/python-tkrzw-doc/api-doc/_sources/tkrzw.rst.txt
/usr/share/doc/python-tkrzw-doc/api-doc/_static
/usr/share/doc/python-tkrzw-doc/api-doc/_static/ajax-loader.gif
/usr/share/doc/python-tkrzw-doc/api-doc/_static/alert_info_32.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/alert_warning_32.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/basic.css
/usr/share/doc/python-tkrzw-doc/api-doc/_static/bg-page.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/bullet_orange.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/comment-bright.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/comment-close.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/comment.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/doctools.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/documentation_options.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/down-pressed.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/down.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/file.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/haiku.css
/usr/share/doc/python-tkrzw-doc/api-doc/_static/jquery-3.2.1.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/jquery.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/minus.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/plus.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/pygments.css
/usr/share/doc/python-tkrzw-doc/api-doc/_static/searchtools.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/underscore-1.3.1.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/underscore.js
/usr/share/doc/python-tkrzw-doc/api-doc/_static/up-pressed.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/up.png
/usr/share/doc/python-tkrzw-doc/api-doc/_static/websupport.js
/usr/share/doc/python-tkrzw-doc/api-doc/genindex.html
/usr/share/doc/python-tkrzw-doc/api-doc/index.html
/usr/share/doc/python-tkrzw-doc/api-doc/objects.inv
/usr/share/doc/python-tkrzw-doc/api-doc/py-modindex.html
/usr/share/doc/python-tkrzw-doc/api-doc/search.html
/usr/share/doc/python-tkrzw-doc/api-doc/searchindex.js
/usr/share/doc/python-tkrzw-doc/api-doc/tkrzw.html
/usr/share/doc/python-tkrzw-doc/example1.py
/usr/share/doc/python-tkrzw-doc/example2.py
/usr/share/licenses/python-tkrzw-doc
/usr/share/licenses/python-tkrzw-doc/COPYING

References

Summary

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