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