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

Last updated: July 03,2024

1. Install "python38-multipledispatch" package

This tutorial shows how to install python38-multipledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-multipledispatch

2. Uninstall "python38-multipledispatch" package

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

$ sudo zypper remove python38-multipledispatch

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

Information for package python38-multipledispatch:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-multipledispatch
Version : 0.6.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 91,3 KiB
Installed : No
Status : not installed
Source package : python-multipledispatch-0.6.0-2.1.src
Summary : Multiple dispatch in Python
Description :
A relatively sane approach to multiple dispatch in Python.
This implementation of multiple dispatch is mostly complete,
performs static analysis to avoid conflicts, and provides optional namespace
support.