How to Install and Uninstall python36-pypubsub Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python36-pypubsub" package

Here is a brief guide to show you how to install python36-pypubsub on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pypubsub

2. Uninstall "python36-pypubsub" package

Here is a brief guide to show you how to uninstall python36-pypubsub on openSuSE Tumbleweed:

$ sudo zypper remove python36-pypubsub

3. Information about the python36-pypubsub package on openSuSE Tumbleweed

Information for package python36-pypubsub:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pypubsub
Version : 4.0.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 508,1 KiB
Installed : No
Status : not installed
Source package : python-pypubsub-4.0.3-1.1.src
Summary : Python Publish-Subscribe Package
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.