How to Install and Uninstall node-http-proxy Package on Kali Linux

Last updated: May 19,2024

1. Install "node-http-proxy" package

Please follow the steps below to install node-http-proxy on Kali Linux

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

2. Uninstall "node-http-proxy" package

This guide covers the steps necessary to uninstall node-http-proxy on Kali Linux:

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

3. Information about the node-http-proxy package on Kali Linux

Package: node-http-proxy
Version: 1.18.1-8
Installed-Size: 107
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-eventemitter3, node-follow-redirects, node-requires-port
Size: 70568
SHA256: c9234963fde664e1cc1739ef87b31e87d6d53bde866462184b5e503b0cdc620c
SHA1: 2978b33119fabf899b892741f6596886a45c1039
MD5sum: 7738c54f37bcdd9287158e7019fb77ff
Description: HTTP programmable proxying library that supports websockets.
It is suitable for implementing components such as reverse proxies and load
balancers.
A new proxy is created by calling createProxyServer and passing an options
object as argument.
var httpProxy = require('http-proxy');
var proxy = httpProxy.createProxyServer(options);
.
This package is useful for Node.js web applications
that want to support websockets.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/http-party/node-http-proxy#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-http-proxy/node-http-proxy_1.18.1-8_all.deb