How to Install and Uninstall python3-libevdev.noarch Package on CentOS Stream 9

Last updated: October 10,2024

1. Install "python3-libevdev.noarch" package

This guide covers the steps necessary to install python3-libevdev.noarch on CentOS Stream 9

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

2. Uninstall "python3-libevdev.noarch" package

Please follow the guidelines below to uninstall python3-libevdev.noarch on CentOS Stream 9:

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

3. Information about the python3-libevdev.noarch package on CentOS Stream 9

Last metadata expiration check: 1:19:04 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-libevdev
Version : 0.9
Release : 4.el9
Architecture : noarch
Size : 41 k
Source : python-libevdev-0.9-4.el9.src.rpm
Repository : appstream
Summary : Python bindings to the libevdev evdev device wrapper library
URL : https://pypi.python.org/pypi/libevdev/
License : MIT
Description : python-libevdev provides the Python bindings to the libevdev evdev device
: wrapper library. These bindings provide a pythonic API to access evdev
: devices and create uinput devices.