How to Install and Uninstall python3-repoze.lru Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-repoze.lru" package

In this section, we are going to explain the necessary steps to install python3-repoze.lru on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-repoze.lru

2. Uninstall "python3-repoze.lru" package

This guide let you learn how to uninstall python3-repoze.lru on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-repoze.lru $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-repoze.lru package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-repoze.lru
Priority: extra
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-repoze.lru
Version: 0.6-6
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-repoze.lru/python3-repoze.lru_0.6-6_all.deb
Size: 11240
MD5sum: 67b73e04ecfbde05261fb3fe13290e15
SHA1: c172143c6fa3a42632a82e65539f85d0097589dc
SHA256: 45d30af6fafd42124d138c99a9fb9c99787e428f1853a93fa6b2eb7412129f98
Description-en: tiny LRU cache implementation and decorator for Python 3
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.
.
This is the Python 3 version of the package.
Description-md5: 3a0267de4611221b76e003adbe8d25c5
Homepage: http://www.repoze.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu