How to Install and Uninstall python3-cachetools Package on openSUSE Leap

Last updated: May 21,2024

1. Install "python3-cachetools" package

Learn how to install python3-cachetools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-cachetools

2. Uninstall "python3-cachetools" package

In this section, we are going to explain the necessary steps to uninstall python3-cachetools on openSUSE Leap:

$ sudo zypper remove python3-cachetools

3. Information about the python3-cachetools package on openSUSE Leap

Information for package python3-cachetools:
-------------------------------------------
Repository : Main Repository
Name : python3-cachetools
Version : 4.1.0-150200.3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 72.5 KiB
Installed : No
Status : not installed
Source package : python-cachetools-4.1.0-150200.3.4.1.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.