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

Last updated: June 26,2024

1. Install "python36-cachetools" package

This tutorial shows how to install python36-cachetools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-cachetools

2. Uninstall "python36-cachetools" package

In this section, we are going to explain the necessary steps to uninstall python36-cachetools on openSuSE Tumbleweed:

$ sudo zypper remove python36-cachetools

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

Information for package python36-cachetools:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-cachetools
Version : 4.2.4-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 91,5 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.