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