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

Last updated: June 30,2024

1. Install "python312-PyDispatcher" package

This is a short guide on how to install python312-PyDispatcher on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-PyDispatcher

2. Uninstall "python312-PyDispatcher" package

Please follow the step by step instructions below to uninstall python312-PyDispatcher on openSuSE Tumbleweed:

$ sudo zypper remove python312-PyDispatcher

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

Information for package python312-PyDispatcher:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-PyDispatcher
Version : 2.0.7-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 73.3 KiB
Installed : No
Status : not installed
Source package : python-PyDispatcher-2.0.7-1.7.src
Upstream URL : https://github.com/mcfletch/pydispatcher
Summary : Multi-producer-multi-consumer signal dispatching mechanism
Description :
Dispatcher mechanism for creating event models.
PyDispatcher is an enhanced version of Patrick K. O’Brien’s original
dispatcher.py module. It provides the Python programmer with a robust
mechanism for event routing within various application contexts.
Included in the package are the robustapply and saferef modules, which
provide the ability to selectively apply arguments to callable objects and
to reference instance methods using weak-references.