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

Last updated: June 26,2024

1. Install "python311-expiringdict" package

Please follow the step by step instructions below to install python311-expiringdict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-expiringdict

2. Uninstall "python311-expiringdict" package

This tutorial shows how to uninstall python311-expiringdict on openSuSE Tumbleweed:

$ sudo zypper remove python311-expiringdict

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

Information for package python311-expiringdict:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-expiringdict
Version : 1.2.2-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 51.1 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.