How To Install python3-cachy on Fedora 36
Introduction
In this tutorial we learn how to install python3-cachy
on Fedora 36.
What is python3-cachy
Cachy provides a simple yet effective caching library.
We can use yum
or dnf
to install python3-cachy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-cachy.
Install python3-cachy 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-cachy
using dnf
by running the following command:
sudo dnf -y install python3-cachy
Install python3-cachy 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-cachy
using yum
by running the following command:
sudo yum -y install python3-cachy
How To Uninstall python3-cachy on Fedora 36
To uninstall only the python3-cachy
package we can use the following command:
sudo dnf remove python3-cachy
python3-cachy Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/cachy
/usr/lib/python3.10/site-packages/cachy-0.3.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/cachy/__init__.py
/usr/lib/python3.10/site-packages/cachy/__pycache__
/usr/lib/python3.10/site-packages/cachy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/cache_manager.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/cache_manager.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/redis_tagged_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/repository.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/repository.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/tag_set.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/tag_set.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/tagged_cache.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/tagged_cache.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/cache_manager.py
/usr/lib/python3.10/site-packages/cachy/contracts
/usr/lib/python3.10/site-packages/cachy/contracts/__init__.py
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/repository.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/repository.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/__pycache__/taggable_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/contracts/factory.py
/usr/lib/python3.10/site-packages/cachy/contracts/repository.py
/usr/lib/python3.10/site-packages/cachy/contracts/store.py
/usr/lib/python3.10/site-packages/cachy/contracts/taggable_store.py
/usr/lib/python3.10/site-packages/cachy/helpers.py
/usr/lib/python3.10/site-packages/cachy/redis_tagged_cache.py
/usr/lib/python3.10/site-packages/cachy/repository.py
/usr/lib/python3.10/site-packages/cachy/serializers
/usr/lib/python3.10/site-packages/cachy/serializers/__init__.py
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/json_serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/json_serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/msgpack_serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/msgpack_serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/pickle_serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/pickle_serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/serializer.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/__pycache__/serializer.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/serializers/json_serializer.py
/usr/lib/python3.10/site-packages/cachy/serializers/msgpack_serializer.py
/usr/lib/python3.10/site-packages/cachy/serializers/pickle_serializer.py
/usr/lib/python3.10/site-packages/cachy/serializers/serializer.py
/usr/lib/python3.10/site-packages/cachy/stores
/usr/lib/python3.10/site-packages/cachy/stores/__init__.py
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/dict_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/dict_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/file_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/file_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/memcached_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/memcached_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/null_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/null_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/redis_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cachy/stores/__pycache__/redis_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/cachy/stores/dict_store.py
/usr/lib/python3.10/site-packages/cachy/stores/file_store.py
/usr/lib/python3.10/site-packages/cachy/stores/memcached_store.py
/usr/lib/python3.10/site-packages/cachy/stores/null_store.py
/usr/lib/python3.10/site-packages/cachy/stores/redis_store.py
/usr/lib/python3.10/site-packages/cachy/tag_set.py
/usr/lib/python3.10/site-packages/cachy/tagged_cache.py
/usr/lib/python3.10/site-packages/cachy/utils.py
/usr/share/doc/python3-cachy
/usr/share/doc/python3-cachy/README.rst
References
Summary
In this tutorial we learn how to install python3-cachy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).