How to Install and Uninstall python3-expiringdict Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 04,2024

1. Install "python3-expiringdict" package

Please follow the instructions below to install python3-expiringdict on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-expiringdict

2. Uninstall "python3-expiringdict" package

Here is a brief guide to show you how to uninstall python3-expiringdict on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-expiringdict package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-expiringdict
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Kahn Gillmor
Architecture: all
Source: python-expiringdict
Version: 1.1.2-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-expiringdict/python3-expiringdict_1.1.2-1_all.deb
Size: 4716
MD5sum: d48c7e155765f86c3fec28881697d09d
SHA1: 4235ac8d480b846638f43033e96d392796a12892
SHA256: fc1f0079537be9d1c410c5593eb92b7be15f6f62428823deec255d2f2769e937
Description-en: Python3 caching libarry
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: 94f30d16c86deac011787a8658fe5406
Homepage: https://github.com/mailgun/expiringdict
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu