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

Last updated: May 20,2024

1. Install "python3-cachey" package

Please follow the instructions below to install python3-cachey on Kali Linux

$ sudo apt update $ sudo apt install python3-cachey

2. Uninstall "python3-cachey" package

Please follow the instructions below to uninstall python3-cachey on Kali Linux:

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

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

Package: python3-cachey
Source: cachey
Version: 0.2.1-3
Installed-Size: 34
Maintainer: Debian Python Team
Architecture: all
Depends: python3-heapdict, python3:any
Size: 6776
SHA256: 6150c3beda6d2e6e66c424df55232de841685697d4339f48198ab07dc61c3125
SHA1: 9ae488ec03de8725f3a7c41fd6e4e553e699107e
MD5sum: 45bbcc987472e4e3ef346f4a37bcc132
Description: Caching mindful of computation/storage costs
Humans repeat stuff. Caching helps.
.
Normal caching policies like LRU aren't well suited for analytic computations
where both the cost of recomputation and the cost of storage routinely vary by
one million or more.
.
Cachey tries to hold on to values that have the following characteristics
.
1. Expensive to recompute (in seconds)
2. Cheap to store (in bytes)
3. Frequently used
4. Recenty used
Description-md5:
Homepage: http://github.com/dask/cachey/
Section: python
Priority: optional
Filename: pool/main/c/cachey/python3-cachey_0.2.1-3_all.deb