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