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

Last updated: October 05,2024

1. Install "python3-evdev.x86_64" package

Learn how to install python3-evdev.x86_64 on Fedora 34

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

2. Uninstall "python3-evdev.x86_64" package

This is a short guide on how to uninstall python3-evdev.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:44:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-evdev
Version : 1.1.2
Release : 10.fc34
Architecture : x86_64
Size : 64 k
Source : python-evdev-1.1.2-10.fc34.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.