How to Install and Uninstall python3-evdev.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "python3-evdev.x86_64" package

This guide covers the steps necessary to install python3-evdev.x86_64 on Oracle Linux 9

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

2. Uninstall "python3-evdev.x86_64" package

Learn how to uninstall python3-evdev.x86_64 on Oracle Linux 9:

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

3. Information about the python3-evdev.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:45:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-evdev
Version : 1.6.0
Release : 1.el9
Architecture : x86_64
Size : 65 k
Source : python-evdev-1.6.0-1.el9.src.rpm
Repository : epel
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.