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

Last updated: May 14,2024

1. Install "python3-uinput" package

This is a short guide on how to install python3-uinput on Kali Linux

$ sudo apt update $ sudo apt install python3-uinput

2. Uninstall "python3-uinput" package

Please follow the step by step instructions below to uninstall python3-uinput on Kali Linux:

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

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

Package: python3-uinput
Source: python-uinput
Version: 0.11.3-1
Installed-Size: 88
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3-setuptools, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libudev1 (>= 183)
Size: 15640
SHA256: ad269bdae6eaebe45b5887b68e42bd5b019c9a73abca6d4833f285684714d4a9
SHA1: 3175007966ee8e40ccf3d8429a2eb4bba613bd14
MD5sum: cc315234be6d116007f67040f407a9f4
Description: Pythonic API to Linux uinput kernel module (Python3)
Python-uinput is Python interface to Linux uinput kernel module which allows
attaching userspace device drivers into kernel. In practice, Python-uinput
makes it dead simple to create virtual joysticks, keyboards and mice for
generating arbitrary input events programmatically.
.
This package contains the python3 library.
Description-md5:
Homepage: https://github.com/selkies-project/python-uinput
Section: python
Priority: optional
Filename: pool/main/p/python-uinput/python3-uinput_0.11.3-1_amd64.deb