How to Install and Uninstall python-pyudev.noarch Package on CentOS 7 / RHEL 7

Last updated: May 04,2024

1. Install "python-pyudev.noarch" package

Here is a brief guide to show you how to install python-pyudev.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install python-pyudev.noarch

2. Uninstall "python-pyudev.noarch" package

Please follow the step by step instructions below to uninstall python-pyudev.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove python-pyudev.noarch $ sudo yum autoremove

3. Information about the python-pyudev.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : python-pyudev
Arch : noarch
Version : 0.15
Release : 9.el7
Size : 236 k
Repo : installed
From repo : anaconda
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.