How to Install and Uninstall python3-evdev.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-evdev.x86_64" package

This tutorial shows how to install python3-evdev.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-evdev.x86_64

2. Uninstall "python3-evdev.x86_64" package

Please follow the guidelines below to uninstall python3-evdev.x86_64 on CentOS Stream 8:

$ sudo dnf remove python3-evdev.x86_64 $ sudo dnf autoremove

3. Information about the python3-evdev.x86_64 package on CentOS Stream 8

Last metadata expiration check: 6:16:49 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-evdev
Version : 1.1.2
Release : 3.el8
Architecture : x86_64
Size : 63 k
Source : python-evdev-1.1.2-3.el8.src.rpm
Repository : appstream
Summary : Python bindings for the Linux input handling subsystem
URL : https://python-evdev.readthedocs.io
License : BSD
Description : This package provides python bindings to the generic input event interface in
: Linux. The evdev interface serves the purpose of passing events generated in
: the kernel directly to userspace through character devices that are typically
: located in /dev/input/.
:
: This package also comes with bindings to uinput, the userspace input subsystem.
: Uinput allows userspace programs to create and handle input devices that can
: inject events directly into the input subsystem.
:
: In other words, python-evdev allows you to read and write input events on Linux.
: An event can be a key or button press, a mouse movement or a tap on a
: touchscreen.