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

Last updated: May 07,2024

1. Install "python3-pyudev.noarch" package

This is a short guide on how to install python3-pyudev.noarch on CentOS Stream 8

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

2. Uninstall "python3-pyudev.noarch" package

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

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

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

Last metadata expiration check: 1:49:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pyudev
Version : 0.21.0
Release : 7.el8
Architecture : noarch
Size : 84 k
Source : python-pyudev-0.21.0-7.el8.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.