How To Install python3-tkrzw on Rocky Linux 8

In this tutorial we learn how to install python3-tkrzw on Rocky Linux 8. python3-tkrzw is TKRZW Python bindings

Introduction

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

What is python3-tkrzw

TKRZW is a library of routines for managing a key-value database.

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

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

sudo dnf -y install python3-tkrzw

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

sudo yum -y install python3-tkrzw

How To Uninstall python3-tkrzw on Rocky Linux 8

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

sudo dnf remove python3-tkrzw

python3-tkrzw Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/762607d518dc233271902083e4584bb6598327
/usr/lib64/python3.6/site-packages/Tkrzw-0.1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/tkrzw.cpython-36m-x86_64-linux-gnu.so
/usr/share/licenses/python3-tkrzw
/usr/share/licenses/python3-tkrzw/COPYING

References

Summary

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