How to Install and Uninstall python3-cachetools Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 30,2024

1. Install "python3-cachetools" package

Please follow the steps below to install python3-cachetools on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-cachetools

2. Uninstall "python3-cachetools" package

Please follow the guidance below to uninstall python3-cachetools on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-cachetools package on Ubuntu 21.10 (Impish Indri)

Package: python3-cachetools
Architecture: all
Version: 4.2.1-1
Priority: optional
Section: python
Source: python-cachetools
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 53
Depends: python3:any
Filename: pool/main/p/python-cachetools/python3-cachetools_4.2.1-1_all.deb
Size: 9812
MD5sum: e5b60b96072060d475a8f782b0b3eeff
SHA1: 8c787904fd54612717e2c242be3f5b6bf71d8692
SHA256: d4f928e113dedb73fe295405443b76336313353d2fb55f926ec92ba7b80fd909
SHA512: 9612d265888a09b0204b275a81ef3313356018ac0c94daa7bc6210813b7da760c823779c26b85ed387c342bad60e44eeacc3e55053384cba0a766b3530b50133
Homepage: https://github.com/tkem/cachetools/
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
Task: ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi