How to Install and Uninstall python310-expiringdict Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-expiringdict" package

Learn how to install python310-expiringdict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-expiringdict

2. Uninstall "python310-expiringdict" package

Please follow the step by step instructions below to uninstall python310-expiringdict on openSuSE Tumbleweed:

$ sudo zypper remove python310-expiringdict

3. Information about the python310-expiringdict package on openSuSE Tumbleweed

Information for package python310-expiringdict:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-expiringdict
Version : 1.2.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 41.0 KiB
Installed : No
Status : not installed
Source package : python-expiringdict-1.2.2-2.1.src
Upstream URL : https://www.mailgun.com/
Summary : Dictionary with auto-expiring values for caching purposes
Description :
The core of the library is ExpiringDict class which is an ordered
dictionary with auto-expiring values for caching purposes.
Expiration happens on any access, object is locked during cleanup
from expired values. ExpiringDict can not store more than
max_len elements - the oldest will be deleted.