How to Install and Uninstall python-pyudev.src Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "python-pyudev.src" package

Please follow the steps below to install python-pyudev.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-pyudev.src

2. Uninstall "python-pyudev.src" package

In this section, we are going to explain the necessary steps to uninstall python-pyudev.src on Oracle Linux 9:

$ sudo dnf remove python-pyudev.src $ sudo dnf autoremove

3. Information about the python-pyudev.src package on Oracle Linux 9

Last metadata expiration check: 3:26:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pyudev
Version : 0.22.0
Release : 6.el9
Architecture : src
Size : 96 k
Source : None
Repository : ol9_baseos_latest
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.