How to Install and Uninstall python3-repoze-lru.noarch Package on Fedora 34

Last updated: May 04,2024

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

This guide let you learn how to install python3-repoze-lru.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-repoze-lru.noarch on Fedora 34:

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

3. Information about the python3-repoze-lru.noarch package on Fedora 34

Last metadata expiration check: 4:13:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-repoze-lru
Version : 0.7
Release : 10.fc34
Architecture : noarch
Size : 31 k
Source : python-repoze-lru-0.7-10.fc34.src.rpm
Repository : fedora
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.