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

Last updated: November 23,2024

1. Install "python39-cachetools" package

Here is a brief guide to show you how to install python39-cachetools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-cachetools

2. Uninstall "python39-cachetools" package

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

$ sudo zypper remove python39-cachetools

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

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