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

Last updated: June 26,2024

1. Install "python3-pyudev.noarch" package

Please follow the steps below to install python3-pyudev.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-pyudev.noarch" package

Please follow the guidelines below to uninstall python3-pyudev.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:41:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pyudev
Version : 0.22.0
Release : 6.el9
Architecture : noarch
Size : 94 k
Source : python-pyudev-0.22.0-6.el9.src.rpm
Repository : ubi-9-baseos-rpms
Summary : A libudev binding
URL : http://pypi.python.org/pypi/pyudev
License : LGPLv2+
Description : pyudev is a LGPL licensed, pure Python binding for libudev, the device
: and hardware management and information library for Linux. It supports
: almost all libudev functionality, you can enumerate devices, query device
: properties and attributes or monitor devices, including asynchronous
: monitoring with threads, or within the event loops of Qt, Glib or wxPython.
:
: The binding supports CPython 2 (2.6 or newer) and 3 (3.1 or newer), and
: PyPy 1.5 or newer. It is tested against udev 151 or newer, earlier
: versions of udev as found on dated Linux systems may work, but are not
: officially supported.