How to Install and Uninstall python3-PyDispatcher Package on openSUSE Leap

Last updated: July 03,2024

1. Install "python3-PyDispatcher" package

Please follow the steps below to install python3-PyDispatcher on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-PyDispatcher

2. Uninstall "python3-PyDispatcher" package

This is a short guide on how to uninstall python3-PyDispatcher on openSUSE Leap:

$ sudo zypper remove python3-PyDispatcher

3. Information about the python3-PyDispatcher package on openSUSE Leap

Information for package python3-PyDispatcher:
---------------------------------------------
Repository : Main Repository
Name : python3-PyDispatcher
Version : 2.0.5-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 81.1 KiB
Installed : No
Status : not installed
Source package : python-PyDispatcher-2.0.5-bp155.2.10.src
Upstream URL : http://pydispatcher.sourceforge.net
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.