How to Install and Uninstall python3-cachetools.noarch Package on CentOS 8 / RHEL 8

Last updated: July 08,2024

1. Install "python3-cachetools.noarch" package

This is a short guide on how to install python3-cachetools.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-cachetools.noarch

2. Uninstall "python3-cachetools.noarch" package

Here is a brief guide to show you how to uninstall python3-cachetools.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-cachetools.noarch $ sudo dnf autoremove

3. Information about the python3-cachetools.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:46:34 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-cachetools
Version : 3.1.1
Release : 4.el8
Architecture : noarch
Size : 33 k
Source : python-cachetools-3.1.1-4.el8.src.rpm
Repository : epel
Summary : Extensible memoizing collections and decorators
URL : https://pypi.python.org/pypi/cachetools
License : MIT
Description : This module provides various memoizing collections and decorators,
: including a variant of the Python 3 Standard Library @lru_cache
: function decorator.
:
: This module provides multiple cache implementations based on different
: cache algorithms, as well as decorators for easily memoizing function
: and method calls.