How to Install and Uninstall python3-pyudev.noarch Package on Rocky Linux 9
Last updated: November 13,2024
1. Install "python3-pyudev.noarch" package
In this section, we are going to explain the necessary steps to install python3-pyudev.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pyudev.noarch
Copied
2. Uninstall "python3-pyudev.noarch" package
This tutorial shows how to uninstall python3-pyudev.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-pyudev.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pyudev.noarch package on Rocky Linux 9
Last metadata expiration check: 0:22:19 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pyudev
Version : 0.22.0
Release : 6.el9
Architecture : noarch
Size : 76 k
Source : python-pyudev-0.22.0-6.el9.src.rpm
Repository : baseos
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.
Available Packages
Name : python3-pyudev
Version : 0.22.0
Release : 6.el9
Architecture : noarch
Size : 76 k
Source : python-pyudev-0.22.0-6.el9.src.rpm
Repository : baseos
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.