How to Install and Uninstall triggerhappy Package on Kali Linux

Last updated: May 06,2024

1. Install "triggerhappy" package

This is a short guide on how to install triggerhappy on Kali Linux

$ sudo apt update $ sudo apt install triggerhappy

2. Uninstall "triggerhappy" package

Please follow the step by step instructions below to uninstall triggerhappy on Kali Linux:

$ sudo apt remove triggerhappy $ sudo apt autoclean && sudo apt autoremove

3. Information about the triggerhappy package on Kali Linux

Package: triggerhappy
Source: triggerhappy (0.5.0-1.1)
Version: 0.5.0-1.1+b3
Installed-Size: 130
Maintainer: Stefan Tomanek
Architecture: amd64
Depends: libc6 (>= 2.34), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 32408
SHA256: 8ad41569ac278da3f2abfb88f4105b86d98e24a544229464c34618afb6700aee
SHA1: 26437d43dd150c369f4bde18587c4df763e751ac
MD5sum: e533bbc4218e32d683ad23d189b9cc54
Description: global hotkey daemon for Linux
Triggerhappy watches connected input devices for certain key presses
or other input events and runs administrator-configured
commands when they occur. Unlike other hotkey daemons, it runs as a
persistent, systemwide service and therefore can be used even
outside the context of a user or X11 session.
.
It can handle a wide variety of devices (keyboards, joysticks,
wiimote, etc.), as long as they are presented by the kernel as
generic input devices. No kernel patch is required. The daemon is
a userspace program that polls the /dev/input/event? interfaces
for incoming key, button and switch events. A single daemon can
monitor multiple input devices and can dynamically add additional
ones. Hotkey handlers can be assigned to dedicated (tagged) devices
or globally.
.
For example, this package might be useful on a headless system to
use input events generated by a remote control to control an
mpd server, but can also be used to allow the adjustment of audio
and network status on a notebook without relying on user specific
configuration.
.
Key combinations are supported as well as the hotplugging of devices
using a udev hotplug script; the running daemon can also be influenced
by a client program, e.g. to temporarily pause the processing of
events or switch to a different set of hotkey bindings.
Description-md5:
Homepage: https://github.com/wertarbyte/triggerhappy
Section: utils
Priority: optional
Filename: pool/main/t/triggerhappy/triggerhappy_0.5.0-1.1+b3_amd64.deb