Install node-on-finished
Installing node-on-finished package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-on-finished
node-on-finished package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-on-finished |
version | 2.1.0-2 |
description | calls back on request close, finish or error – Node.js module |
subsection | web |
website | github.com / jshttp / on-finished |
maintainer | Debian Javascript Maintainers |
Uninstall node-on-finished
To remove just node-on-finished package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-on-finished
Uninstall node-on-finished and it’s dependent packages
To remove the node-on-finished package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-on-finished
Purging node-on-finished
If you also want to delete configuration and/or data files of node-on-finished from Debian Sid then this will work:
sudo apt-get purge node-on-finished
To delete configuration and/or data files of node-on-finished and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-on-finished