How to Install and Uninstall python3-lru-dict Package on Kali Linux

Last updated: November 26,2024

1. Install "python3-lru-dict" package

Here is a brief guide to show you how to install python3-lru-dict on Kali Linux

$ sudo apt update $ sudo apt install python3-lru-dict

2. Uninstall "python3-lru-dict" package

Please follow the step by step instructions below to uninstall python3-lru-dict on Kali Linux:

$ sudo apt remove python3-lru-dict $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lru-dict package on Kali Linux

Package: python3-lru-dict
Source: lru-dict (1.3.0-1)
Version: 1.3.0-1+b1
Installed-Size: 93
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 13360
SHA256: 044866cc1ffc87df4b689ae168cb44094ce7bd3b01834fc97c7b2b6f29070ecc
SHA1: 5182a8af99344b79e8770c28235be261ba54062f
MD5sum: 2e657630f2985897476fe2f0362dc43b
Description: Dict like LRU container for Python
A fixed size dict like container which evicts Least Recently Used (LRU) items
once size limit is exceeded. There are many Python implementations available
which does similar things. This is a fast and efficient C implementation.
LRU maximum capacity can be modified at run-time.
Description-md5:
Homepage: https://github.com/amitdev/lru-dict
Section: python
Priority: optional
Filename: pool/main/l/lru-dict/python3-lru-dict_1.3.0-1+b1_amd64.deb