How to Install and Uninstall python-evdev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-evdev" package

Please follow the instructions below to install python-evdev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-evdev

2. Uninstall "python-evdev" package

Please follow the steps below to uninstall python-evdev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-evdev $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-evdev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-evdev
Priority: optional
Section: universe/python
Installed-Size: 118
Maintainer: Łukasz 'sil2100' Zemczak
Architecture: amd64
Version: 0.4.7-0ubuntu4
Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-evdev/python-evdev_0.4.7-0ubuntu4_amd64.deb
Size: 27382
MD5sum: 643c874e99c36b2d66f41437adc7c0de
SHA1: 8301559253f2d1b49fcb66f147bf657ab4a4f30a
SHA256: ff38ebb2aeab5c99de98fcf1e67fcf4328dd2778300acacbc5c0b754e1962abd
Description-en: Python bindings for the generic input event interface
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/.
.
evdev also comes with bindings to uinput, the userspace input subsystem.
Uinput allows userspace programs to create and handle input devices from
which they can inject events directly into the input subsystem.
.
This is the Python 2 version of the package.
Description-md5: 92ee174cb55af9b89d18601479e29c37
Homepage: https://pypi.python.org/pypi/evdev/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu