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

Last updated: May 10,2024

1. Install "python312-multipledispatch" package

This guide covers the steps necessary to install python312-multipledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-multipledispatch

2. Uninstall "python312-multipledispatch" package

In this section, we are going to explain the necessary steps to uninstall python312-multipledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python312-multipledispatch

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

Information for package python312-multipledispatch:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-multipledispatch
Version : 1.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 103.3 KiB
Installed : No
Status : not installed
Source package : python-multipledispatch-1.0.0-1.2.src
Upstream URL : https://multiple-dispatch.readthedocs.io/
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.