How to Install and Uninstall python3-blinker.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "python3-blinker.noarch" package

Please follow the instructions below to install python3-blinker.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-blinker.noarch" package

This is a short guide on how to uninstall python3-blinker.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-blinker.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:53:04 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-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".