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

Last updated: November 14,2024

1. Install "python36-multipledispatch" package

Learn how to install python36-multipledispatch on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-multipledispatch

2. Uninstall "python36-multipledispatch" package

Please follow the guidance below to uninstall python36-multipledispatch on openSuSE Tumbleweed:

$ sudo zypper remove python36-multipledispatch

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

Information for package python36-multipledispatch:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-multipledispatch
Version : 0.6.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 90,7 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.