Install node-exit
Installing node-exit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-exit
node-exit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-exit |
version | 0.1.2-1 |
description | replacement for process.exit that ensures stdio is fully drained |
subsection | web |
website | github.com / cowboy / node-exit |
maintainer | Debian Javascript Maintainers |
Uninstall node-exit
To remove just node-exit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-exit
Uninstall node-exit and it’s dependent packages
To remove the node-exit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-exit
Purging node-exit
If you also want to delete configuration and/or data files of node-exit from Debian Sid then this will work:
sudo apt-get purge node-exit
To delete configuration and/or data files of node-exit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-exit