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

Last updated: May 13,2024

1. Install "node-exit" package

Please follow the guidance below to install node-exit on Kali Linux

$ sudo apt update $ sudo apt install node-exit

2. Uninstall "node-exit" package

Here is a brief guide to show you how to uninstall node-exit on Kali Linux:

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

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

Package: node-exit
Version: 0.1.2+~0.1.31-2
Installed-Size: 22
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-exit (= 0.1.31)
Size: 5392
SHA256: cbe75a0b561e57541c58321f7ddfec284c2891abdcfb59883bae8e39f026832b
SHA1: 0ae063eb4f6fcb15a9e3660ae326dd9314b1fd1e
MD5sum: 90264b0a6838dbd65dd3f4e24ee11167
Description: replacement for process.exit that ensures stdio is fully drained
To make a long story short, if process.exit is called on Windows, script
output is often truncated when pipe-redirecting stdout or stderr. This
module attempts to work around this issue by waiting until those streams
have been completely drained before actually calling process.exit.
.
See Node.js issue
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/cowboy/node-exit
Section: javascript
Priority: optional
Filename: pool/main/n/node-exit/node-exit_0.1.2+~0.1.31-2_all.deb