How to Install and Uninstall python312-cachetools Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-cachetools" package

This is a short guide on how to install python312-cachetools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-cachetools

2. Uninstall "python312-cachetools" package

Please follow the guidelines below to uninstall python312-cachetools on openSuSE Tumbleweed:

$ sudo zypper remove python312-cachetools

3. Information about the python312-cachetools package on openSuSE Tumbleweed

Information for package python312-cachetools:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-cachetools
Version : 5.3.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 136.9 KiB
Installed : No
Status : not installed
Source package : python-cachetools-5.3.2-1.4.src
Upstream URL : https://github.com/tkem/cachetools
Summary : Extensible memoizing collections and decorators
Description :
This module provides various memoizing collections and decorators,
including a variant of the Python 3 Standard Library `@lru_cache`_
function decorator.