How to Install and Uninstall python3-pyudev.noarch Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "python3-pyudev.noarch" package

This guide let you learn how to install python3-pyudev.noarch on CentOS Stream 9

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

2. Uninstall "python3-pyudev.noarch" package

Please follow the step by step instructions below to uninstall python3-pyudev.noarch on CentOS Stream 9:

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

3. Information about the python3-pyudev.noarch package on CentOS Stream 9

Last metadata expiration check: 2:49:29 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pyudev
Version : 0.22.0
Release : 6.el9
Architecture : noarch
Size : 90 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.