How To Install python3-cachelib on Fedora 36

In this tutorial we learn how to install python3-cachelib in Fedora 36. python3-cachelib is A collection of cache libraries with a common API

Introduction

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

What is python3-cachelib

A collection of cache libraries with a common API. Extracted from Werkzeug.

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

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

sudo dnf -y install python3-cachelib

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

sudo yum -y install python3-cachelib

How To Uninstall python3-cachelib on Fedora 36

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

sudo dnf remove python3-cachelib

python3-cachelib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/cachelib
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info/LICENSE.rst
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/cachelib-0.6.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/cachelib/__init__.py
/usr/lib/python3.10/site-packages/cachelib/__pycache__
/usr/lib/python3.10/site-packages/cachelib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/file.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/memcached.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/memcached.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/redis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/redis.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/serializers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/serializers.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/simple.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/simple.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/uwsgi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachelib/__pycache__/uwsgi.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachelib/base.py
/usr/lib/python3.10/site-packages/cachelib/file.py
/usr/lib/python3.10/site-packages/cachelib/memcached.py
/usr/lib/python3.10/site-packages/cachelib/py.typed
/usr/lib/python3.10/site-packages/cachelib/redis.py
/usr/lib/python3.10/site-packages/cachelib/serializers.py
/usr/lib/python3.10/site-packages/cachelib/simple.py
/usr/lib/python3.10/site-packages/cachelib/uwsgi.py
/usr/share/doc/python3-cachelib
/usr/share/doc/python3-cachelib/CHANGES.rst
/usr/share/doc/python3-cachelib/README.rst

References

Summary

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