How to Install and Uninstall python3-evdev.x86_64 Package on Fedora 36

Last updated: January 16,2025

1. Install "python3-evdev.x86_64" package

Please follow the step by step instructions below to install python3-evdev.x86_64 on Fedora 36

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

2. Uninstall "python3-evdev.x86_64" package

This guide let you learn how to uninstall python3-evdev.x86_64 on Fedora 36:

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

3. Information about the python3-evdev.x86_64 package on Fedora 36

Last metadata expiration check: 2:17:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-evdev
Version : 1.5.0
Release : 1.fc36
Architecture : x86_64
Size : 65 k
Source : python-evdev-1.5.0-1.fc36.src.rpm
Repository : fedora
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.