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

Last updated: May 05,2024

1. Install "python36-singledispatch" package

Here is a brief guide to show you how to install python36-singledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-singledispatch

2. Uninstall "python36-singledispatch" package

Please follow the guidance below to uninstall python36-singledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python36-singledispatch

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

Information for package python36-singledispatch:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-singledispatch
Version : 3.6.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 57,1 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.