How To Install python2-blinker on Rocky Linux 8

In this tutorial we learn how to install python2-blinker on Rocky Linux 8. python2-blinker is Fast, simple object-to-object and broadcast signaling

Introduction

In this tutorial we learn how to install python2-blinker on Rocky Linux 8.

What is python2-blinker

Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or “signals”.

We can use yum or dnf to install python2-blinker on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python2-blinker.

Install python2-blinker on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python2-blinker using dnf by running the following command:

sudo dnf -y install python2-blinker

Install python2-blinker on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python2-blinker using yum by running the following command:

sudo yum -y install python2-blinker

How To Uninstall python2-blinker on Rocky Linux 8

To uninstall only the python2-blinker package we can use the following command:

sudo dnf remove python2-blinker

python2-blinker Package Contents on Rocky Linux 8

/usr/lib/python2.7/site-packages/blinker
/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info
/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/blinker-1.4-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/blinker/__init__.py
/usr/lib/python2.7/site-packages/blinker/__init__.pyc
/usr/lib/python2.7/site-packages/blinker/__init__.pyo
/usr/lib/python2.7/site-packages/blinker/_saferef.py
/usr/lib/python2.7/site-packages/blinker/_saferef.pyc
/usr/lib/python2.7/site-packages/blinker/_saferef.pyo
/usr/lib/python2.7/site-packages/blinker/_utilities.py
/usr/lib/python2.7/site-packages/blinker/_utilities.pyc
/usr/lib/python2.7/site-packages/blinker/_utilities.pyo
/usr/lib/python2.7/site-packages/blinker/base.py
/usr/lib/python2.7/site-packages/blinker/base.pyc
/usr/lib/python2.7/site-packages/blinker/base.pyo
/usr/share/doc/python2-blinker
/usr/share/doc/python2-blinker/CHANGES
/usr/share/doc/python2-blinker/LICENSE
/usr/share/doc/python2-blinker/PKG-INFO
/usr/share/doc/python2-blinker/README.md
/usr/share/doc/python2-blinker/docs
/usr/share/doc/python2-blinker/docs/html
/usr/share/doc/python2-blinker/docs/html/_sources
/usr/share/doc/python2-blinker/docs/html/_sources/index.txt
/usr/share/doc/python2-blinker/docs/html/_static
/usr/share/doc/python2-blinker/docs/html/_static/basic.css
/usr/share/doc/python2-blinker/docs/html/_static/blinker-named.png
/usr/share/doc/python2-blinker/docs/html/_static/blinker64.png
/usr/share/doc/python2-blinker/docs/html/_static/comment-bright.png
/usr/share/doc/python2-blinker/docs/html/_static/comment-close.png
/usr/share/doc/python2-blinker/docs/html/_static/comment.png
/usr/share/doc/python2-blinker/docs/html/_static/doctools.js
/usr/share/doc/python2-blinker/docs/html/_static/down-pressed.png
/usr/share/doc/python2-blinker/docs/html/_static/down.png
/usr/share/doc/python2-blinker/docs/html/_static/file.png
/usr/share/doc/python2-blinker/docs/html/_static/flasky.css
/usr/share/doc/python2-blinker/docs/html/_static/jquery.js
/usr/share/doc/python2-blinker/docs/html/_static/minus.png
/usr/share/doc/python2-blinker/docs/html/_static/plus.png
/usr/share/doc/python2-blinker/docs/html/_static/pygments.css
/usr/share/doc/python2-blinker/docs/html/_static/searchtools.js
/usr/share/doc/python2-blinker/docs/html/_static/underscore.js
/usr/share/doc/python2-blinker/docs/html/_static/up-pressed.png
/usr/share/doc/python2-blinker/docs/html/_static/up.png
/usr/share/doc/python2-blinker/docs/html/_static/websupport.js
/usr/share/doc/python2-blinker/docs/html/genindex.html
/usr/share/doc/python2-blinker/docs/html/index.html
/usr/share/doc/python2-blinker/docs/html/objects.inv
/usr/share/doc/python2-blinker/docs/html/search.html
/usr/share/doc/python2-blinker/docs/html/searchindex.js
/usr/share/doc/python2-blinker/docs/source
/usr/share/doc/python2-blinker/docs/source/_themes
/usr/share/doc/python2-blinker/docs/source/_themes/flask_theme_support.py
/usr/share/doc/python2-blinker/docs/source/conf.py
/usr/share/doc/python2-blinker/docs/source/index.rst
/usr/share/doc/python2-blinker/docs/text
/usr/share/doc/python2-blinker/docs/text/index.txt

References

Summary

In this tutorial we learn how to install python2-blinker on Rocky Linux 8 using yum and dnf.