How to Install and Uninstall node-proxy-addr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "node-proxy-addr" package

Please follow the steps below to install node-proxy-addr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-proxy-addr

2. Uninstall "node-proxy-addr" package

This tutorial shows how to uninstall node-proxy-addr on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-proxy-addr $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-proxy-addr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-proxy-addr
Priority: extra
Section: universe/web
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.3-1
Depends: nodejs, node-ipaddr.js
Filename: pool/universe/n/node-proxy-addr/node-proxy-addr_1.0.3-1_all.deb
Size: 6502
MD5sum: 29362c8437be352b8b04af9a4bde4ccb
SHA1: 4e4b140308561746df17ec7304505ca8fdb81d44
SHA256: 253ab0f9c3a47c31ad1ca0871fca618aaf3c08df92a1903f952043887e3ed78c
Description-en: remote address filter for proxied requests - Node.js module
This module allows one to list and optionally filter remote addresses
of an incoming request, as populated by the HTTP X-Forwarded-For header.
.
It works with both IPv4 and IPv6 and can filter addresses using pre-defined
names like "loopback", "linklocal" or "uniquelocal" (which are expanded
internally into IP addresses or ranges), or using a custom function.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 3aa4f3ba87c7071f481e84cc62d9e2e8
Homepage: https://github.com/expressjs/proxy-addr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu