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

Last updated: July 08,2024

1. Install "python3-pypubsub.noarch" package

This guide covers the steps necessary to install python3-pypubsub.noarch on Fedora 35

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

2. Uninstall "python3-pypubsub.noarch" package

This guide let you learn how to uninstall python3-pypubsub.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:54:00 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pypubsub
Version : 4.0.3
Release : 12.fc35
Architecture : noarch
Size : 102 k
Source : python-pypubsub-4.0.3-12.fc35.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.