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

Last updated: July 05,2024

1. Install "python311-multipledispatch" package

Please follow the steps below to install python311-multipledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-multipledispatch

2. Uninstall "python311-multipledispatch" package

This guide let you learn how to uninstall python311-multipledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python311-multipledispatch

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

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