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

Last updated: May 20,2024

1. Install "python3-expiringdict" package

Please follow the guidance below to install python3-expiringdict on Kali Linux

$ sudo apt update $ sudo apt install python3-expiringdict

2. Uninstall "python3-expiringdict" package

Please follow the guidance below to uninstall python3-expiringdict on Kali Linux:

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

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

Package: python3-expiringdict
Source: python-expiringdict
Version: 1.1.4-2
Installed-Size: 27
Maintainer: Daniel Kahn Gillmor
Architecture: all
Depends: python3:any
Size: 5056
SHA256: 2cb14f68c1ea55ec802e19c79d7f960ea2c63d0c4dca69a01ed1baae7ff3dcb2
SHA1: 674edc98ef0d158d5116abe209ed5aef8d4dc56c
MD5sum: ceb4b496f18e0ae34ea4abf529e5ac25
Description: Python3 caching library
expiringdict is a Python caching library, providing an ordered
dictionary with auto-expiring values for caching purposes. Expiration
happens on any access, object is locked during cleanup from expired
values. ExpiringDict stores at most a maximum number of elements -
the oldest will be deleted.
.
This is the Python 3 version of this package.
Description-md5:
Homepage: https://github.com/mailgun/expiringdict
Section: python
Priority: optional
Filename: pool/main/p/python-expiringdict/python3-expiringdict_1.1.4-2_all.deb