How To Install python3-persistent on Fedora 36

In this tutorial we learn how to install python3-persistent in Fedora 36. python3-persistent is Translucent persistent python objects

Introduction

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

What is python3-persistent

This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact transparently with a database such as python-ZODB3.

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

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

sudo dnf -y install python3-persistent

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

sudo yum -y install python3-persistent

How To Uninstall python3-persistent on Fedora 36

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

sudo dnf remove python3-persistent

python3-persistent Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/a8389967c7d89aadeefe1504179c8fe9e9766d
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/6a79aec4eb396a2c66a5b8cc0f84f52790bf7a
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/9b94ca6dffb1739e711809471434b58520284b
/usr/lib/.build-id/bc/d3b3793bcb86ca7909c5ee33613d571a6b8e20
/usr/lib64/python3.10/site-packages/persistent
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info/LICENSE.txt
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info/METADATA
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/persistent-4.9.0.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/persistent/__init__.py
/usr/lib64/python3.10/site-packages/persistent/__pycache__
/usr/lib64/python3.10/site-packages/persistent/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/_compat.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/_ring_build.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/_ring_build.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/dict.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/dict.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/interfaces.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/interfaces.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/list.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/list.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/mapping.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/mapping.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/persistence.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/persistence.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/picklecache.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/picklecache.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/ring.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/ring.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/timestamp.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/timestamp.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/wref.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/__pycache__/wref.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/_compat.py
/usr/lib64/python3.10/site-packages/persistent/_ring.abi3.so
/usr/lib64/python3.10/site-packages/persistent/_ring_build.py
/usr/lib64/python3.10/site-packages/persistent/_timestamp.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/persistent/cPersistence.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/persistent/cPickleCache.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/persistent/dict.py
/usr/lib64/python3.10/site-packages/persistent/interfaces.py
/usr/lib64/python3.10/site-packages/persistent/list.py
/usr/lib64/python3.10/site-packages/persistent/mapping.py
/usr/lib64/python3.10/site-packages/persistent/persistence.py
/usr/lib64/python3.10/site-packages/persistent/picklecache.py
/usr/lib64/python3.10/site-packages/persistent/ring.py
/usr/lib64/python3.10/site-packages/persistent/tests
/usr/lib64/python3.10/site-packages/persistent/tests/__init__.py
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/attrhooks.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/attrhooks.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/cucumbers.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/cucumbers.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test__compat.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test__compat.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_docs.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_docs.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_list.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_list.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_mapping.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_mapping.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_persistence.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_persistence.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_picklecache.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_picklecache.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_ring.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_ring.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_timestamp.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_timestamp.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_wref.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/test_wref.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/persistent/tests/attrhooks.py
/usr/lib64/python3.10/site-packages/persistent/tests/cucumbers.py
/usr/lib64/python3.10/site-packages/persistent/tests/test__compat.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_docs.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_list.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_mapping.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_persistence.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_picklecache.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_ring.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_timestamp.py
/usr/lib64/python3.10/site-packages/persistent/tests/test_wref.py
/usr/lib64/python3.10/site-packages/persistent/tests/utils.py
/usr/lib64/python3.10/site-packages/persistent/timestamp.py
/usr/lib64/python3.10/site-packages/persistent/wref.py
/usr/share/doc/python3-persistent
/usr/share/doc/python3-persistent/CHANGES.html
/usr/share/doc/python3-persistent/README.html
/usr/share/licenses/python3-persistent
/usr/share/licenses/python3-persistent/COPYRIGHT.txt
/usr/share/licenses/python3-persistent/LICENSE.txt

References

Summary

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