How to Install and Uninstall python38-expiringdict Package on openSuSE Tumbleweed
Last updated: November 27,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-expiringdict" package
This tutorial shows how to install python38-expiringdict on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-expiringdict
Copied
2. Uninstall "python38-expiringdict" package
This guide covers the steps necessary to uninstall python38-expiringdict on openSuSE Tumbleweed:
$
sudo zypper remove
python38-expiringdict
Copied
3. Information about the python38-expiringdict package on openSuSE Tumbleweed
Information for package python38-expiringdict:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-expiringdict
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 40,8 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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-expiringdict
Version : 1.2.1-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 40,8 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.