How to Install and Uninstall python3-blinker Package on openSUSE Leap

Last updated: February 24,2025

1. Install "python3-blinker" package

Please follow the step by step instructions below to install python3-blinker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-blinker

2. Uninstall "python3-blinker" package

This guide let you learn how to uninstall python3-blinker on openSUSE Leap:

$ sudo zypper remove python3-blinker

3. Information about the python3-blinker package on openSUSE Leap

Information for package python3-blinker:
----------------------------------------
Repository : Main Repository
Name : python3-blinker
Version : 1.4-3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 93.4 KiB
Installed : No
Status : not installed
Source package : python-blinker-1.4-3.4.1.src
Upstream URL : http://discorporate.us/projects/Blinker/
Summary : Fast, simple object-to-object and broadcast signaling
Description :
Blinker provides a fast 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.