How to Install and Uninstall node-exit Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "node-exit" package

This tutorial shows how to install node-exit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-exit

2. Uninstall "node-exit" package

In this section, we are going to explain the necessary steps to uninstall node-exit on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-exit package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-exit
Priority: extra
Section: universe/web
Installed-Size: 19
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.1.2-1
Depends: nodejs
Filename: pool/universe/n/node-exit/node-exit_0.1.2-1_all.deb
Size: 4252
MD5sum: 9e09ebc56be02ebccb5a9154691f3123
SHA1: a471fd66a0cc1865dca00f26dd6c0afe725b346f
SHA256: 409cce6822bd6a7b40e8ba9c146f0f54615df1ab1f51a0be64600716383d1818
Description-en: 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 #3584 for further reference.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 9ea46708e2650a0911f997ce905804c4
Homepage: https://github.com/cowboy/node-exit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu