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