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

Last updated: May 17,2024

1. Install "python36-expiringdict" package

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

$ sudo zypper refresh $ sudo zypper install python36-expiringdict

2. Uninstall "python36-expiringdict" package

In this section, we are going to explain the necessary steps to uninstall python36-expiringdict on openSuSE Tumbleweed:

$ sudo zypper remove python36-expiringdict

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

Information for package python36-expiringdict:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-expiringdict
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 40,7 KiB
Installed : No
Status : not installed
Source package : python-expiringdict-1.2.1-2.1.src
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.