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