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