How to Install and Uninstall node-keypress Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: February 24,2025
1. Install "node-keypress" package
In this section, we are going to explain the necessary steps to install node-keypress on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
node-keypress
Copied
2. Uninstall "node-keypress" package
Please follow the step by step instructions below to uninstall node-keypress on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
node-keypress
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the node-keypress package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: node-keypress
Priority: extra
Section: universe/web
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.2.1-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-keypress/node-keypress_0.2.1-1_all.deb
Size: 6736
MD5sum: 084c86ccdd6b5464522572e3c9c5b645
SHA1: f2015e9119685921a4baee694ddc426336d0a96a
SHA256: 1c37c6d26775e5146edb4a779381cfde823ab4f0a5ea349fbd892493eec90100
Description-en: 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: 7f95958717d33fecf8166b0979673c1d
Homepage: https://github.com/TooTallNate/keypress
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: extra
Section: universe/web
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.2.1-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-keypress/node-keypress_0.2.1-1_all.deb
Size: 6736
MD5sum: 084c86ccdd6b5464522572e3c9c5b645
SHA1: f2015e9119685921a4baee694ddc426336d0a96a
SHA256: 1c37c6d26775e5146edb4a779381cfde823ab4f0a5ea349fbd892493eec90100
Description-en: 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: 7f95958717d33fecf8166b0979673c1d
Homepage: https://github.com/TooTallNate/keypress
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu