How To Install python3-jeepney on Rocky Linux 8

In this tutorial we learn how to install python3-jeepney on Rocky Linux 8. python3-jeepney is Low-level, pure Python DBus protocol wrapper

Introduction

In this tutorial we learn how to install python3-jeepney on Rocky Linux 8.

What is python3-jeepney

This is a low-level, pure Python DBus protocol client. It has an I/O-free core, and integration modules for different event loops.

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

Install python3-jeepney 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 python3-jeepney using dnf by running the following command:

sudo dnf -y install python3-jeepney

Install python3-jeepney 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 python3-jeepney using yum by running the following command:

sudo yum -y install python3-jeepney

How To Uninstall python3-jeepney on Rocky Linux 8

To uninstall only the python3-jeepney package we can use the following command:

sudo dnf remove python3-jeepney

python3-jeepney Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/jeepney
/usr/lib/python3.6/site-packages/jeepney-0.4.3-py3.6.egg-info
/usr/lib/python3.6/site-packages/jeepney/__init__.py
/usr/lib/python3.6/site-packages/jeepney/__pycache__
/usr/lib/python3.6/site-packages/jeepney/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bindgen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bindgen.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bus.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bus.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bus_messages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/bus_messages.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/low_level.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/low_level.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/routing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/routing.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/wrappers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/__pycache__/wrappers.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/auth.py
/usr/lib/python3.6/site-packages/jeepney/bindgen.py
/usr/lib/python3.6/site-packages/jeepney/bus.py
/usr/lib/python3.6/site-packages/jeepney/bus_messages.py
/usr/lib/python3.6/site-packages/jeepney/integrate
/usr/lib/python3.6/site-packages/jeepney/integrate/__init__.py
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/asyncio.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/asyncio.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/blocking.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/blocking.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/tornado.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/__pycache__/tornado.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/integrate/asyncio.py
/usr/lib/python3.6/site-packages/jeepney/integrate/blocking.py
/usr/lib/python3.6/site-packages/jeepney/integrate/tornado.py
/usr/lib/python3.6/site-packages/jeepney/low_level.py
/usr/lib/python3.6/site-packages/jeepney/routing.py
/usr/lib/python3.6/site-packages/jeepney/tests
/usr/lib/python3.6/site-packages/jeepney/tests/__init__.py
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_auth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_auth.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_bindgen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_bindgen.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_bus.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_bus.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_low_level.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_low_level.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_routing.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/__pycache__/test_routing.cpython-36.pyc
/usr/lib/python3.6/site-packages/jeepney/tests/secrets_introspect.xml
/usr/lib/python3.6/site-packages/jeepney/tests/test_auth.py
/usr/lib/python3.6/site-packages/jeepney/tests/test_bindgen.py
/usr/lib/python3.6/site-packages/jeepney/tests/test_bus.py
/usr/lib/python3.6/site-packages/jeepney/tests/test_low_level.py
/usr/lib/python3.6/site-packages/jeepney/tests/test_routing.py
/usr/lib/python3.6/site-packages/jeepney/wrappers.py
/usr/share/doc/python3-jeepney
/usr/share/doc/python3-jeepney/README.rst
/usr/share/doc/python3-jeepney/examples
/usr/share/doc/python3-jeepney/examples/aio_hello.py
/usr/share/doc/python3-jeepney/examples/aio_notify.py
/usr/share/doc/python3-jeepney/examples/aio_notify_noproxy.py
/usr/share/doc/python3-jeepney/examples/aio_secretstorage.py
/usr/share/doc/python3-jeepney/examples/aio_subscribe.py
/usr/share/doc/python3-jeepney/examples/blocking_notify.py
/usr/share/doc/python3-jeepney/examples/blocking_secretstorage.py
/usr/share/doc/python3-jeepney/examples/blocking_subscribe.py
/usr/share/doc/python3-jeepney/html
/usr/share/doc/python3-jeepney/html/_modules
/usr/share/doc/python3-jeepney/html/_modules/index.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney
/usr/share/doc/python3-jeepney/html/_modules/jeepney/low_level.html
/usr/share/doc/python3-jeepney/html/_modules/jeepney/wrappers.html
/usr/share/doc/python3-jeepney/html/_static
/usr/share/doc/python3-jeepney/html/_static/ajax-loader.gif
/usr/share/doc/python3-jeepney/html/_static/basic.css
/usr/share/doc/python3-jeepney/html/_static/comment-bright.png
/usr/share/doc/python3-jeepney/html/_static/comment-close.png
/usr/share/doc/python3-jeepney/html/_static/comment.png
/usr/share/doc/python3-jeepney/html/_static/css
/usr/share/doc/python3-jeepney/html/_static/css/badge_only.css
/usr/share/doc/python3-jeepney/html/_static/css/theme.css
/usr/share/doc/python3-jeepney/html/_static/doctools.js
/usr/share/doc/python3-jeepney/html/_static/documentation_options.js
/usr/share/doc/python3-jeepney/html/_static/down-pressed.png
/usr/share/doc/python3-jeepney/html/_static/down.png
/usr/share/doc/python3-jeepney/html/_static/file.png
/usr/share/doc/python3-jeepney/html/_static/fonts
/usr/share/doc/python3-jeepney/html/_static/fonts/Inconsolata-Bold.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/Inconsolata-Regular.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/Lato-Bold.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/Lato-BoldItalic.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/Lato-Italic.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/Lato-Regular.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/RobotoSlab-Bold.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/RobotoSlab-Regular.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/python3-jeepney/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/python3-jeepney/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/python3-jeepney/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/python3-jeepney/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/python3-jeepney/html/_static/jquery-3.2.1.js
/usr/share/doc/python3-jeepney/html/_static/jquery.js
/usr/share/doc/python3-jeepney/html/_static/js
/usr/share/doc/python3-jeepney/html/_static/js/modernizr.min.js
/usr/share/doc/python3-jeepney/html/_static/js/theme.js
/usr/share/doc/python3-jeepney/html/_static/minus.png
/usr/share/doc/python3-jeepney/html/_static/plus.png
/usr/share/doc/python3-jeepney/html/_static/pygments.css
/usr/share/doc/python3-jeepney/html/_static/searchtools.js
/usr/share/doc/python3-jeepney/html/_static/underscore-1.3.1.js
/usr/share/doc/python3-jeepney/html/_static/underscore.js
/usr/share/doc/python3-jeepney/html/_static/up-pressed.png
/usr/share/doc/python3-jeepney/html/_static/up.png
/usr/share/doc/python3-jeepney/html/_static/websupport.js
/usr/share/doc/python3-jeepney/html/bindgen.html
/usr/share/doc/python3-jeepney/html/genindex.html
/usr/share/doc/python3-jeepney/html/index.html
/usr/share/doc/python3-jeepney/html/integrate.html
/usr/share/doc/python3-jeepney/html/limitations.html
/usr/share/doc/python3-jeepney/html/messages.html
/usr/share/doc/python3-jeepney/html/objects.inv
/usr/share/doc/python3-jeepney/html/py-modindex.html
/usr/share/doc/python3-jeepney/html/release-notes.html
/usr/share/doc/python3-jeepney/html/search.html
/usr/share/doc/python3-jeepney/html/searchindex.js
/usr/share/licenses/python3-jeepney
/usr/share/licenses/python3-jeepney/LICENSE

References

Summary

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