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