How to Install and Uninstall golang-github-armon-proxyproto-devel.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "golang-github-armon-proxyproto-devel.noarch" package

This tutorial shows how to install golang-github-armon-proxyproto-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-armon-proxyproto-devel.noarch

2. Uninstall "golang-github-armon-proxyproto-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall golang-github-armon-proxyproto-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-armon-proxyproto-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-armon-proxyproto-devel.noarch package on Fedora 34

Last metadata expiration check: 2:18:11 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-armon-proxyproto-devel
Version : 0
Release : 0.12.20200127gitf0b8253.fc34
Architecture : noarch
Size : 15 k
Source : golang-github-armon-proxyproto-0-0.12.20200127gitf0b8253.fc34.src.rpm
Repository : fedora
Summary : Go package to handle haproxy proxy protocol
URL : https://github.com/armon/go-proxyproto
License : MIT
Description : 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 we check 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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/armon/go-proxyproto