How to Install and Uninstall python-functools32 Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-functools32" package

Please follow the step by step instructions below to install python-functools32 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-functools32

2. Uninstall "python-functools32" package

Learn how to uninstall python-functools32 on openSUSE Leap:

$ sudo zypper remove python-functools32

3. Information about the python-functools32 package on openSUSE Leap

Information for package python-functools32:
-------------------------------------------
Repository : Main Repository
Name : python-functools32
Version : 3.2.3.2-bp153.1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 70,7 KiB
Installed : No
Status : not installed
Source package : python-functools32-3.2.3.2-bp153.1.18.src
Summary : Backport of the functools module from Python 3.2
Description :
This is a backport of the functools standard library module from
Python 3.2.3 for use on Python 2.7 and PyPy. It includes
new features `lru_cache` (Least-recently-used cache decorator).