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