How to Install and Uninstall python3-pydispatcher.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-pydispatcher.noarch" package

Please follow the guidance below to install python3-pydispatcher.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pydispatcher.noarch

2. Uninstall "python3-pydispatcher.noarch" package

Please follow the step by step instructions below to uninstall python3-pydispatcher.noarch on Fedora 34:

$ sudo dnf remove python3-pydispatcher.noarch $ sudo dnf autoremove

3. Information about the python3-pydispatcher.noarch package on Fedora 34

Last metadata expiration check: 1:38:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pydispatcher
Version : 2.0.5
Release : 14.fc34
Architecture : noarch
Size : 27 k
Source : python-pydispatcher-2.0.5-14.fc34.src.rpm
Repository : fedora
Summary : Multi-producer-multi-consumer signal dispatching mechanism
URL : http://pydispatcher.sourceforge.net
License : BSD
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.
:
: This package contains the Python 3 version of PyDispatcher.