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

Last updated: May 22,2024

1. Install "python38-singledispatch" package

Please follow the step by step instructions below to install python38-singledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-singledispatch

2. Uninstall "python38-singledispatch" package

This is a short guide on how to uninstall python38-singledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python38-singledispatch

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

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