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

Last updated: June 03,2024

1. Install "python2-evdev" package

Here is a brief guide to show you how to install python2-evdev on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-evdev

2. Uninstall "python2-evdev" package

This is a short guide on how to uninstall python2-evdev on openSUSE Leap:

$ sudo zypper remove python2-evdev

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

Information for package python2-evdev:
--------------------------------------
Repository : Main Repository
Name : python2-evdev
Version : 1.3.0-bp153.1.27
Arch : x86_64
Vendor : openSUSE
Installed Size : 182,3 KiB
Installed : No
Status : not installed
Source package : python-evdev-1.3.0-bp153.1.27.src
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.