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

Last updated: November 23,2024

1. Install "python38-cachetools" package

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

$ sudo zypper refresh $ sudo zypper install python38-cachetools

2. Uninstall "python38-cachetools" package

This guide covers the steps necessary to uninstall python38-cachetools on openSuSE Tumbleweed:

$ sudo zypper remove python38-cachetools

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

Information for package python38-cachetools:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-cachetools
Version : 4.2.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 91,9 KiB
Installed : No
Status : not installed
Source package : python-cachetools-4.2.4-1.1.src
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.