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

Last updated: July 02,2024

1. Install "python39-singledispatch" package

Please follow the instructions below to install python39-singledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-singledispatch

2. Uninstall "python39-singledispatch" package

Learn how to uninstall python39-singledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python39-singledispatch

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

Information for package python39-singledispatch:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-singledispatch
Version : 3.6.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 57,3 KiB
Installed : No
Status : not installed
Source package : python-singledispatch-3.6.1-1.2.src
Summary : Provides functools.singledispatch for Python 2.x
Description :
PEP 443 proposed to expose a mechanism in the functools standard library module
in Python 3.4 that provides a simple form of generic programming known as
single-dispatch generic functions.
This library is a backport of this functionality to Python 2.6 - 3.3.