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

Last updated: October 06,2024

1. Install "python3-jeepney.noarch" package

This tutorial shows how to install python3-jeepney.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-jeepney.noarch" package

This guide let you learn how to uninstall python3-jeepney.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:04:20 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-jeepney
Version : 0.8.0
Release : 3.el9
Architecture : noarch
Size : 342 k
Source : python-jeepney-0.8.0-3.el9.src.rpm
Repository : epel
Summary : Low-level, pure Python DBus protocol wrapper
URL : https://gitlab.com/takluyver/jeepney
License : MIT
Description : This is a low-level, pure Python DBus protocol client. It has an I/O-free core,
: and integration modules for different event loops.