How to Install and Uninstall python2-blinker.noarch Package on AlmaLinux 8

Last updated: May 20,2024

1. Install "python2-blinker.noarch" package

This tutorial shows how to install python2-blinker.noarch on AlmaLinux 8

$ sudo dnf update $ sudo dnf install python2-blinker.noarch

2. Uninstall "python2-blinker.noarch" package

This is a short guide on how to uninstall python2-blinker.noarch on AlmaLinux 8:

$ sudo dnf remove python2-blinker.noarch $ sudo dnf autoremove

3. Information about the python2-blinker.noarch package on AlmaLinux 8

Last metadata expiration check: 2:19:20 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python2-blinker
Version : 1.4
Release : 4.el8
Architecture : noarch
Size : 114 k
Source : python-blinker-1.4-4.el8.src.rpm
Repository : epel
Summary : Fast, simple object-to-object and broadcast signaling
URL : https://pythonhosted.org/blinker/
License : MIT
Description : Blinker provides a fast dispatching system that allows any number
: of interested parties to subscribe to events, or "signals".