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

Last updated: May 13,2024

1. Install "python3-xdo" package

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

$ sudo apt update $ sudo apt install python3-xdo

2. Uninstall "python3-xdo" package

This is a short guide on how to uninstall python3-xdo on Kali Linux:

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

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

Package: python3-xdo
Source: python-xdo
Version: 0.5-2
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: libxdo3, python3:any
Size: 7344
SHA256: c0c37304f92fce284df94f38e2d1ba3461bd058ecb1817d5d485d833332e8bd9
SHA1: 461106228cefa14945df396d8ee40c2be11a67fb
MD5sum: e70d659de96e9e7dc00f899f5e602596
Description: Python 3 library for simulating X11 keyboard/mouse input (libxdo bindings)
python's xdo module lets you programmatically simulate keyboard input
and mouse activity, move and resize windows, etc. It does this using
libxdo, which uses X11's XTEST extension and other Xlib functions.
.
This is the Python 3 version of this package.
Description-md5:
Homepage: https://gitlab.org/dkg/python-xdo
Section: python
Priority: optional
Filename: pool/main/p/python-xdo/python3-xdo_0.5-2_all.deb