How To Install python3-libpst on Fedora 36

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

Introduction

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

What is python3-libpst

The libpst-python package allows you to use the libpst shared object from Python code.

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

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

sudo dnf -y install python3-libpst

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

sudo yum -y install python3-libpst

How To Uninstall python3-libpst on Fedora 36

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

sudo dnf remove python3-libpst

python3-libpst Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/998a08dc9ff18bbbd155769e591bf6afd2f821
/usr/lib64/python3.10/site-packages/_libpst.so

References

Summary

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