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

Last updated: July 05,2024

1. Install "python36-blinker" package

Please follow the guidelines below to install python36-blinker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-blinker

2. Uninstall "python36-blinker" package

Please follow the guidance below to uninstall python36-blinker on openSuSE Tumbleweed:

$ sudo zypper remove python36-blinker

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

Information for package python36-blinker:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-blinker
Version : 1.4-5.6
Arch : noarch
Vendor : openSUSE
Installed Size : 92,8 KiB
Installed : No
Status : not installed
Source package : python-blinker-1.4-5.6.src
Summary : Object-to-object and broadcast signaling in Python
Description :
Blinker provides a dispatching system that allows any number of
interested parties to subscribe to events, or "signals".
Signal receivers can subscribe to specific senders or receive signals
sent by any sender.