How to Install and Uninstall python3-evdev Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-evdev" package

Please follow the instructions below to install python3-evdev on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-evdev

2. Uninstall "python3-evdev" package

Please follow the guidelines below to uninstall python3-evdev on openSUSE Leap:

$ sudo zypper remove python3-evdev

3. Information about the python3-evdev package on openSUSE Leap

Information for package python3-evdev:
--------------------------------------
Repository : Main Repository
Name : python3-evdev
Version : 1.3.0-bp155.2.33
Arch : x86_64
Vendor : openSUSE
Installed Size : 219.3 KiB
Installed : No
Status : not installed
Source package : python-evdev-1.3.0-bp155.2.33.src
Upstream URL : https://github.com/gvalkov/python-evdev
Summary : Python bindings to the Linux input handling subsystem
Description :
python-evdev provides 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.