How to Install and Uninstall python3-cachetools.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "python3-cachetools.noarch" package

In this section, we are going to explain the necessary steps to install python3-cachetools.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-cachetools.noarch" package

Learn how to uninstall python3-cachetools.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-cachetools.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:46:09 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-cachetools
Version : 4.2.4
Release : 1.el9
Architecture : noarch
Size : 32 k
Source : python-cachetools-4.2.4-1.el9.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.