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