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

Last updated: November 07,2024

1. Install "python39-expiringdict" package

This tutorial shows how to install python39-expiringdict on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-expiringdict

2. Uninstall "python39-expiringdict" package

Here is a brief guide to show you how to uninstall python39-expiringdict on openSuSE Tumbleweed:

$ sudo zypper remove python39-expiringdict

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

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