How to Install and Uninstall python3-cachetools Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-cachetools" package

In this section, we are going to explain the necessary steps to install python3-cachetools on Kali Linux

$ sudo apt update $ sudo apt install python3-cachetools

2. Uninstall "python3-cachetools" package

Learn how to uninstall python3-cachetools on Kali Linux:

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

3. Information about the python3-cachetools package on Kali Linux

Package: python3-cachetools
Source: python-cachetools
Version: 5.3.0-2
Installed-Size: 59
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 13344
SHA256: b184721f8fd8530c5234e3d55254e0fb8f4ec6deecc22309554d3f2e9db369ff
SHA1: 01e7f11c5252a5a773a3fea72b34dba7d0afd860
MD5sum: 1568c59d6ff14a48255ed3f0125bcac9
Description: extensible memoizing collections and decorators for Python 3
This Python 3 module provides various memoizing collections and decorators,
including variants of the Python 3 Standard Library's functools.lru_cache()
function decorator.
.
The supported cache algorithms are:
.
* First in first out (FIFO)
* Least recently used (LRU)
* Most recently used (MRU)
* Least frequently used (LFU)
* Random replacement (RR)
* Per-item time-to-live (TTL)
* Time aware least recently used (TLRU)
Description-md5:
Homepage: https://github.com/tkem/cachetools/
Section: python
Priority: optional
Filename: pool/main/p/python-cachetools/python3-cachetools_5.3.0-2_all.deb