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