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

Last updated: October 10,2024

1. Install "python3-repoze-lru.noarch" package

Here is a brief guide to show you how to install python3-repoze-lru.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-repoze-lru.noarch

2. Uninstall "python3-repoze-lru.noarch" package

Please follow the guidance below to uninstall python3-repoze-lru.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-repoze-lru.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:48:31 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-repoze-lru
Version : 0.7
Release : 16.el9
Architecture : noarch
Size : 31 k
Source : python-repoze-lru-0.7-16.el9.src.rpm
Repository : epel
Summary : A tiny LRU cache implementation and decorator
URL : http://pypi.python.org/pypi/repoze.lru
License : BSD
Description : repoze.lru is a LRU (least recently used) cache implementation. Keys and values
: that are not used frequently will be evicted from the cache faster than keys
: and values that are used frequently.