How to Install and Uninstall python-pyudev.noarch Package on Amazon Linux 2

Last updated: June 02,2024

1. Install "python-pyudev.noarch" package

This tutorial shows how to install python-pyudev.noarch on Amazon Linux 2

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

2. Uninstall "python-pyudev.noarch" package

This guide let you learn how to uninstall python-pyudev.noarch on Amazon Linux 2:

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

3. Information about the python-pyudev.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-pyudev
Arch : noarch
Version : 0.15
Release : 9.amzn2
Size : 55 k
Repo : amzn2-core/2/x86_64
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.