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

Last updated: May 20,2024

1. Install "python39-blinker" package

Please follow the guidance below to install python39-blinker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-blinker

2. Uninstall "python39-blinker" package

Please follow the steps below to uninstall python39-blinker on openSuSE Tumbleweed:

$ sudo zypper remove python39-blinker

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

Information for package python39-blinker:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-blinker
Version : 1.7.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 92.7 KiB
Installed : No
Status : not installed
Source package : python-blinker-1.7.0-1.2.src
Upstream URL : https://github.com/pallets-eco/blinker/
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.