How to Install and Uninstall golang-github-armon-go-proxyproto-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "golang-github-armon-go-proxyproto-dev" package

Here is a brief guide to show you how to install golang-github-armon-go-proxyproto-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-armon-go-proxyproto-dev

2. Uninstall "golang-github-armon-go-proxyproto-dev" package

Here is a brief guide to show you how to uninstall golang-github-armon-go-proxyproto-dev on Kali Linux:

$ sudo apt remove golang-github-armon-go-proxyproto-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-armon-go-proxyproto-dev package on Kali Linux

Package: golang-github-armon-go-proxyproto-dev
Source: golang-github-armon-go-proxyproto
Version: 0.0~git20190211.68259f7-2
Installed-Size: 31
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 6204
SHA256: cf57349a7e9cd9a819db78cf4807dce45964a5785d79681ed0b5c8c795e6b248
SHA1: 765ca87d5c5c3cf00f1565f7c020cb0002ed265d
MD5sum: f012dfc3ea65ac1f5f8e25f250e9be1e
Description: Golang package to handle HAProxy Proxy Protocol
This library provides the proxyproto package which can be used for
servers listening behind HAProxy of Amazon ELB load balancers.
Those load balancers support the use of a proxy protocol
(http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt),
which provides a simple mechansim for the server to get the address
of the client instead of the load balancer.
.
This library provides both a net.Listener and net.Conn implementation that
can be used to handle situation in which you may be using the proxy protocol.
Only proxy protocol version 1, the human-readable form, is understood.
.
The only caveat is that one checks for the "PROXY " prefix to determine if
the protocol is being used. If that string may occur as part of your input,
then it is ambiguous if the protocol is being used and you may have problems.
Description-md5:
Homepage: https://github.com/armon/go-proxyproto
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-armon-go-proxyproto/golang-github-armon-go-proxyproto-dev_0.0~git20190211.68259f7-2_all.deb