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

Last updated: May 23,2024

1. Install "python38-blinker" package

In this section, we are going to explain the necessary steps to install python38-blinker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-blinker

2. Uninstall "python38-blinker" package

Learn how to uninstall python38-blinker on openSuSE Tumbleweed:

$ sudo zypper remove python38-blinker

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

Information for package python38-blinker:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-blinker
Version : 1.4-5.6
Arch : noarch
Vendor : openSUSE
Installed Size : 92,9 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.