How To Install python3-persistent-devel on Fedora 36
Introduction
In this tutorial we learn how to install python3-persistent-devel on Fedora 36.
What is python3-persistent-devel
Header files for building applications that use python3-persistent.
We can use yum or dnf to install python3-persistent-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-persistent-devel.
Install python3-persistent-devel 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-persistent-devel using dnf by running the following command:
sudo dnf -y install python3-persistent-devel
Install python3-persistent-devel 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-persistent-devel using yum by running the following command:
sudo yum -y install python3-persistent-devel
How To Uninstall python3-persistent-devel on Fedora 36
To uninstall only the python3-persistent-devel package we can use the following command:
sudo dnf remove python3-persistent-devel
python3-persistent-devel Package Contents on Fedora 36
/usr/include/python3.10/persistent
/usr/include/python3.10/persistent/_compat.h
/usr/include/python3.10/persistent/cPersistence.h
/usr/include/python3.10/persistent/ring.h
References
Summary
In this tutorial we learn how to install python3-persistent-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).