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

Last updated: May 19,2024

1. Install "python2-cachetools" package

Please follow the guidance below to install python2-cachetools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-cachetools

2. Uninstall "python2-cachetools" package

Learn how to uninstall python2-cachetools on openSUSE Leap:

$ sudo zypper remove python2-cachetools

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

Information for package python2-cachetools:
-------------------------------------------
Repository : Main Repository
Name : python2-cachetools
Version : 2.0.1-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 70,1 KiB
Installed : No
Status : not installed
Source package : python-cachetools-2.0.1-3.3.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.