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

Last updated: July 01,2024

1. Install "python-singledispatch" package

This guide let you learn how to install python-singledispatch on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-singledispatch

2. Uninstall "python-singledispatch" package

In this section, we are going to explain the necessary steps to uninstall python-singledispatch on openSUSE Leap:

$ sudo zypper remove python-singledispatch

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

Information for package python-singledispatch:
----------------------------------------------
Repository : Main Repository
Name : python-singledispatch
Version : 3.4.0.3-1.29
Arch : noarch
Vendor : SUSE LLC
Installed Size : 45,7 KiB
Installed : No
Status : not installed
Source package : python-singledispatch-3.4.0.3-1.29.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.