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

Last updated: November 07,2024

1. Install "python2-PyDispatcher" package

In this section, we are going to explain the necessary steps to install python2-PyDispatcher on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-PyDispatcher

2. Uninstall "python2-PyDispatcher" package

In this section, we are going to explain the necessary steps to uninstall python2-PyDispatcher on openSUSE Leap:

$ sudo zypper remove python2-PyDispatcher

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

Information for package python2-PyDispatcher:
---------------------------------------------
Repository : Main Repository
Name : python2-PyDispatcher
Version : 2.0.5-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 67,4 KiB
Installed : No
Status : not installed
Source package : python-PyDispatcher-2.0.5-bp153.1.14.src
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.