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

Last updated: May 17,2024

1. Install "node-getpass" package

This is a short guide on how to install node-getpass on Kali Linux

$ sudo apt update $ sudo apt install node-getpass

2. Uninstall "node-getpass" package

Please follow the guidelines below to uninstall node-getpass on Kali Linux:

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

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

Package: node-getpass
Version: 0.1.7-3
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-assert-plus, nodejs:any
Size: 4796
SHA256: 67ddc410f31e005a45d38740e0c09ca1a664fad23523ea7bff17cc14339e7e2c
SHA1: f59c6edcb690c020de3d704ee656411b62c8ec47
MD5sum: 9d6a89a2bea2e77a52440d90caf6f947
Description: get a password from terminal
This library can be used to get a password from the terminal. Even though it
sounds simple and sounds like the `readline` module should be able to do it.
But readline module does not support it.
.
If available, this uses `/dev/tty` to avoid interfering with any data being
piped in or out of stdio. This function prints a prompt (by default
`Password:`) and then accepts input without echoing.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/arekinath/node-getpass
Section: javascript
Priority: optional
Filename: pool/main/n/node-getpass/node-getpass_0.1.7-3_all.deb