How to Install and Uninstall python3-evdev.x86_64 Package on Rocky Linux 8

Last updated: September 19,2024

1. Install "python3-evdev.x86_64" package

In this section, we are going to explain the necessary steps to install python3-evdev.x86_64 on Rocky Linux 8

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

2. Uninstall "python3-evdev.x86_64" package

This tutorial shows how to uninstall python3-evdev.x86_64 on Rocky Linux 8:

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

3. Information about the python3-evdev.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:05:44 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-evdev
Version : 1.1.2
Release : 3.el8
Architecture : x86_64
Size : 62 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.