How To Install python3-preludedb on Fedora 36

In this tutorial we learn how to install python3-preludedb in Fedora 36. python3-preludedb is Python 3 bindings for preludedb

Introduction

In this tutorial we learn how to install python3-preludedb on Fedora 36.

What is python3-preludedb

Provides python 3 bindings for preludedb.

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

Install python3-preludedb on Fedora 36 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 Fedora 36 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 Fedora 36

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

sudo dnf remove python3-preludedb

python3-preludedb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/67e9da5c90a938837c0cdbae9eebe7d4117d27
/usr/lib64/python3.10/site-packages/__pycache__/preludedb.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/preludedb.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_preludedb.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/preludedb-5.2.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/preludedb.py

References

Summary

In this tutorial we learn how to install python3-preludedb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).