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

Last updated: July 08,2024

1. Install "python310-blinker" package

Please follow the instructions below to install python310-blinker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-blinker

2. Uninstall "python310-blinker" package

Please follow the step by step instructions below to uninstall python310-blinker on openSuSE Tumbleweed:

$ sudo zypper remove python310-blinker

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

Information for package python310-blinker:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-blinker
Version : 1.7.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 93.2 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.