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

Last updated: May 13,2024

1. Install "python-cachetools" package

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

$ sudo apt update $ sudo apt install python-cachetools

2. Uninstall "python-cachetools" package

This is a short guide on how to uninstall python-cachetools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cachetools
Priority: optional
Section: python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.1.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-cachetools/python-cachetools_1.1.5-1_all.deb
Size: 9086
MD5sum: 3e1f0b8edd4e60e74dcdc2c490c28161
SHA1: 8ae76ed155f91dcb3defaa93defbfcb7db70f605
SHA256: cfbe43c8025f7dcc7308700e506bc69bba289c3a1a9fecda24a7dc49af661d06
Description-en: extensible memoizing collections and decorators for Python
This Python 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: 847b3bfa0c7c5ae1cd321334984abe5c
Homepage: https://github.com/tkem/cachetools/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y