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

Last updated: May 19,2024

1. Install "python310-cachetools" package

In this section, we are going to explain the necessary steps to install python310-cachetools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-cachetools

2. Uninstall "python310-cachetools" package

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

$ sudo zypper remove python310-cachetools

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

Information for package python310-cachetools:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cachetools
Version : 5.3.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 104.4 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.