How To Install golang-github-pires-proxyproto-devel on Fedora 36

In this tutorial we learn how to install golang-github-pires-proxyproto-devel in Fedora 36. golang-github-pires-proxyproto-devel is Go library implementation of the PROXY protocol, versions 1 and 2

Introduction

In this tutorial we learn how to install golang-github-pires-proxyproto-devel on Fedora 36.

What is golang-github-pires-proxyproto-devel

A Go library implementation of the PROXY protocol, versions 1 and 2. This package contains the source code needed for building packages that reference the following Go import paths – github.com/pires/go-proxyproto

We can use yum or dnf to install golang-github-pires-proxyproto-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-pires-proxyproto-devel.

Install golang-github-pires-proxyproto-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-pires-proxyproto-devel using dnf by running the following command:

sudo dnf -y install golang-github-pires-proxyproto-devel

Install golang-github-pires-proxyproto-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-pires-proxyproto-devel using yum by running the following command:

sudo yum -y install golang-github-pires-proxyproto-devel

How To Uninstall golang-github-pires-proxyproto-devel on Fedora 36

To uninstall only the golang-github-pires-proxyproto-devel package we can use the following command:

sudo dnf remove golang-github-pires-proxyproto-devel

golang-github-pires-proxyproto-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-pires-proxyproto-devel
/usr/share/doc/golang-github-pires-proxyproto-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/pires
/usr/share/gocode/src/github.com/pires/go-proxyproto
/usr/share/gocode/src/github.com/pires/go-proxyproto/.goipath
/usr/share/gocode/src/github.com/pires/go-proxyproto/README.md
/usr/share/gocode/src/github.com/pires/go-proxyproto/addr_proto.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/addr_proto_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/go.mod
/usr/share/gocode/src/github.com/pires/go-proxyproto/header.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/header_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/policy.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/policy_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/protocol.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/protocol_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlv.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlv_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/aws.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/aws_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/azure.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/azure_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/ssl.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/ssl_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/tlvparse/test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/v1.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/v1_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/v2.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/v2_test.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/version_cmd.go
/usr/share/gocode/src/github.com/pires/go-proxyproto/version_cmd_test.go
/usr/share/licenses/golang-github-pires-proxyproto-devel
/usr/share/licenses/golang-github-pires-proxyproto-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-pires-proxyproto-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).