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

Last updated: October 06,2024

1. Install "python3-pypubsub.noarch" package

Please follow the steps below to install python3-pypubsub.noarch on Fedora 34

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

2. Uninstall "python3-pypubsub.noarch" package

Learn how to uninstall python3-pypubsub.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:57:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pypubsub
Version : 4.0.3
Release : 10.fc34
Architecture : noarch
Size : 101 k
Source : python-pypubsub-4.0.3-10.fc34.src.rpm
Repository : fedora
Summary : Python Publish-Subscribe Package
URL : https://github.com/schollii/pypubsub
License : BSD
Description : PyPubSub provides a publish - subscribe API that facilitates the development of
: event-based / message-based applications. PyPubSub supports sending and
: receiving messages between objects of an application. It is centered on the
: notion of a topic; senders publish messages of a given topic, and listeners
: subscribe to messages of a given topic. The package also supports a variety of
: advanced features that facilitate debugging and maintaining pypubsub topics and
: messages in larger applications.