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

Last updated: May 21,2024

1. Install "python3-cachetools" package

Please follow the step by step instructions below to install python3-cachetools on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cachetools

2. Uninstall "python3-cachetools" package

Here is a brief guide to show you how to uninstall python3-cachetools on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-cachetools $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-cachetools
Priority: optional
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-cachetools
Version: 1.1.5-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-cachetools/python3-cachetools_1.1.5-1_all.deb
Size: 9162
MD5sum: 3d11412d8d0aa057f6c264792f0bd932
SHA1: 8a41ed8683e044341cee7e29bc0a1f4b6e3bb517
SHA256: 963f0355ce8325223d2a7afc2c02b6fcef9bce1e8e5e4058442d22f741fa7ec0
Description-en: extensible memoizing collections and decorators for Python 3
This Python 3 module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library functools.lru_cache()
function decorator.
.
The supported cache algorithms are:
.
* Least recently used (LRU)
* Least frequently used (LFU)
* Random replacement (RR)
* Per-item time-to-live (TTL)
Description-md5: cfdde70c532b871a58ad53b00445c1ec
Homepage: https://github.com/tkem/cachetools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu