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

Last updated: May 18,2024

1. Install "python3-evdev" package

Here is a brief guide to show you how to install python3-evdev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-evdev

2. Uninstall "python3-evdev" package

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

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

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

Package: python3-evdev
Priority: optional
Section: universe/python
Installed-Size: 119
Maintainer: Łukasz 'sil2100' Zemczak
Architecture: amd64
Source: python-evdev
Version: 0.4.7-0ubuntu4
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~)
Filename: pool/universe/p/python-evdev/python3-evdev_0.4.7-0ubuntu4_amd64.deb
Size: 27536
MD5sum: 5d2a7c441ceed307b7db44a27a522959
SHA1: ca102e84f7b2c46db8e614ae63762f50d9800631
SHA256: 7439fa2deb363d12525c60be82dbf875e7d2e79b2c3c9f0c285f5e016aebc57c
Description-en: Python 3 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 3 version of the package.
Description-md5: 6ef2cc7433c6105150d434c686f727aa
Homepage: https://pypi.python.org/pypi/evdev/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-sdk