How To Install python3-preludedb on Rocky Linux 8

In this tutorial we learn how to install python3-preludedb on Rocky Linux 8. python3-preludedb is Python 3 bindings for preludedb

Introduction

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

What is python3-preludedb

Provides python 3 bindings for preludedb.

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

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

sudo dnf -y install python3-preludedb

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

sudo yum -y install python3-preludedb

How To Uninstall python3-preludedb on Rocky Linux 8

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

sudo dnf remove python3-preludedb

python3-preludedb Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/bc4bf93bc0a4c571ae5cc2d7cac3dab96471af
/usr/lib64/python3.6/site-packages/__pycache__/preludedb.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/preludedb.cpython-36.pyc
/usr/lib64/python3.6/site-packages/_preludedb.cpython-36m-x86_64-linux-gnu.so
/usr/lib64/python3.6/site-packages/preludedb-5.2.0-py3.6.egg-info
/usr/lib64/python3.6/site-packages/preludedb.py

References

Summary

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