How to Install and Uninstall python3-blinker.noarch Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python3-blinker.noarch" package

Please follow the guidelines below to install python3-blinker.noarch on Oracle Linux 9

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

2. Uninstall "python3-blinker.noarch" package

Here is a brief guide to show you how to uninstall python3-blinker.noarch on Oracle Linux 9:

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

3. Information about the python3-blinker.noarch package on Oracle Linux 9

Last metadata expiration check: 1:29:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-blinker
Version : 1.5
Release : 1.el9
Architecture : noarch
Size : 37 k
Source : python-blinker-1.5-1.el9.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".