How to Install and Uninstall python3-evdev Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-evdev" package

Here is a brief guide to show you how to install python3-evdev on Kali Linux

$ sudo apt update $ sudo apt install python3-evdev

2. Uninstall "python3-evdev" package

Please follow the instructions below to uninstall python3-evdev on Kali Linux:

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

3. Information about the python3-evdev package on Kali Linux

Package: python3-evdev
Source: python-evdev
Version: 1.7.0+dfsg-1
Installed-Size: 261
Maintainer: Stephen Kitt
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Suggests: python-evdev-doc
Size: 45572
SHA256: 862691a06838e87d9abc4683d9eb95cf465cfe09d7b23a8ab632e4cd89e59228
SHA1: 7c7f847365e01c38fc2104b4f735ae54869a39cd
MD5sum: 947e3201a1678a90a35b6af4cd7f3b77
Description: Python 3 bindings for the Linux input subsystem
This package 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.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/gvalkov/python-evdev
Section: python
Priority: optional
Filename: pool/main/p/python-evdev/python3-evdev_1.7.0+dfsg-1_amd64.deb