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