How to Install and Uninstall python-repoze-lru.noarch Package on Amazon Linux 2

Last updated: November 25,2024

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

Learn how to install python-repoze-lru.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-repoze-lru.noarch

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

In this section, we are going to explain the necessary steps to uninstall python-repoze-lru.noarch on Amazon Linux 2:

$ sudo yum remove python-repoze-lru.noarch $ sudo yum autoremove

3. Information about the python-repoze-lru.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-repoze-lru
Arch : noarch
Version : 0.4
Release : 3.amzn2
Size : 13 k
Repo : amzn2-core/2/x86_64
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.