How to Install and Uninstall node-keypress Package on Kali Linux

Last updated: May 15,2024

1. Install "node-keypress" package

Here is a brief guide to show you how to install node-keypress on Kali Linux

$ sudo apt update $ sudo apt install node-keypress

2. Uninstall "node-keypress" package

Please follow the step by step instructions below to uninstall node-keypress on Kali Linux:

$ sudo apt remove node-keypress $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-keypress package on Kali Linux

Package: node-keypress
Version: 0.2.1-2
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 7440
SHA256: 8b6c8f8611e2beda14697506a3d03ad6818d5390e6df16506486ec6cb73582c4
SHA1: 58a9d4eac71aabc9ecb5e8951354f66d4fcf6438
MD5sum: dd2e58444bb6f1642e29fd3670c5b74b
Description: Make any Node ReadableStream emit "keypress" events
Previous to Node v0.8.x, there was an undocumented "keypress" event that
process.stdin would emit when it was a TTY. Some people discovered this
hidden gem, and started using it in their own code.
.
In Node v0.8.x (and above), this "keypress" event does not get emitted by
default, but rather only when it is being used in conjunction with the
readline (or by extension, the repl) module.
.
This module is the exact logic from the node pre-v0.8.x releases ripped out
into its own module.
.
Bonus: Now with mouse support!
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/TooTallNate/keypress
Section: javascript
Priority: optional
Filename: pool/main/n/node-keypress/node-keypress_0.2.1-2_all.deb