How to Install and Uninstall python3-pyudev.noarch Package on Fedora 35

Last updated: July 07,2024

1. Install "python3-pyudev.noarch" package

Please follow the guidance below to install python3-pyudev.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the python3-pyudev.noarch package on Fedora 35

Last metadata expiration check: 1:16:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyudev
Version : 0.22.0
Release : 6.fc35
Architecture : noarch
Size : 77 k
Source : python-pyudev-0.22.0-6.fc35.src.rpm
Repository : fedora
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.