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

Last updated: May 18,2024

1. Install "python39-multipledispatch" package

In this section, we are going to explain the necessary steps to install python39-multipledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-multipledispatch

2. Uninstall "python39-multipledispatch" package

Here is a brief guide to show you how to uninstall python39-multipledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python39-multipledispatch

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

Information for package python39-multipledispatch:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-multipledispatch
Version : 1.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 84.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.