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

Last updated: November 28,2024

1. Install "python3-pydispatcher.noarch" package

Please follow the steps below to install python3-pydispatcher.noarch on Fedora 35

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

2. Uninstall "python3-pydispatcher.noarch" package

This is a short guide on how to uninstall python3-pydispatcher.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:53:11 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pydispatcher
Version : 2.0.5
Release : 16.fc35
Architecture : noarch
Size : 27 k
Source : python-pydispatcher-2.0.5-16.fc35.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.