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

Last updated: April 28,2024

1. Install "python2-blinker" package

This guide covers the steps necessary to install python2-blinker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-blinker

2. Uninstall "python2-blinker" package

This guide covers the steps necessary to uninstall python2-blinker on openSUSE Leap:

$ sudo zypper remove python2-blinker

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

Information for package python2-blinker:
----------------------------------------
Repository : Main Repository
Name : python2-blinker
Version : 1.4-3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 93,8 KiB
Installed : No
Status : not installed
Source package : python-blinker-1.4-3.4.1.src
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.