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