How to Install and Uninstall python3-repoze.lru Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-repoze.lru" package

In this section, we are going to explain the necessary steps to install python3-repoze.lru on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-repoze.lru

2. Uninstall "python3-repoze.lru" package

Please follow the guidance below to uninstall python3-repoze.lru on openSUSE Leap:

$ sudo zypper remove python3-repoze.lru

3. Information about the python3-repoze.lru package on openSUSE Leap

Information for package python3-repoze.lru:
-------------------------------------------
Repository : Main Repository
Name : python3-repoze.lru
Version : 0.7-1.12
Arch : noarch
Vendor : SUSE LLC
Installed Size : 111.4 KiB
Installed : No
Status : not installed
Source package : python-repoze.lru-0.7-1.12.src
Upstream URL : http://www.repoze.org
Summary : A tiny LRU cache implementation and decorator
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. It works under Python 2.5,
Python 2.6, Python 2.7, and Python 3.2.