How To Install golang-github-hudl-fargo-devel on Fedora 36

In this tutorial we learn how to install golang-github-hudl-fargo-devel in Fedora 36. golang-github-hudl-fargo-devel is Golang client for Netflix Eureka

Introduction

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

What is golang-github-hudl-fargo-devel

Golang client for Netflix Eureka. This package contains the source code needed for building packages that reference the following Go import paths – github.com/hudl/fargo

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

Install golang-github-hudl-fargo-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-hudl-fargo-devel using dnf by running the following command:

sudo dnf -y install golang-github-hudl-fargo-devel

Install golang-github-hudl-fargo-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-hudl-fargo-devel using yum by running the following command:

sudo yum -y install golang-github-hudl-fargo-devel

How To Uninstall golang-github-hudl-fargo-devel on Fedora 36

To uninstall only the golang-github-hudl-fargo-devel package we can use the following command:

sudo dnf remove golang-github-hudl-fargo-devel

golang-github-hudl-fargo-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hudl-fargo-devel
/usr/share/doc/golang-github-hudl-fargo-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hudl
/usr/share/gocode/src/github.com/hudl/fargo
/usr/share/gocode/src/github.com/hudl/fargo/.goipath
/usr/share/gocode/src/github.com/hudl/fargo/README.md
/usr/share/gocode/src/github.com/hudl/fargo/config.go
/usr/share/gocode/src/github.com/hudl/fargo/connection.go
/usr/share/gocode/src/github.com/hudl/fargo/dns_discover.go
/usr/share/gocode/src/github.com/hudl/fargo/dns_discover_test.go
/usr/share/gocode/src/github.com/hudl/fargo/errors.go
/usr/share/gocode/src/github.com/hudl/fargo/errors_test.go
/usr/share/gocode/src/github.com/hudl/fargo/example_appupdate_test.go
/usr/share/gocode/src/github.com/hudl/fargo/example_common_test.go
/usr/share/gocode/src/github.com/hudl/fargo/example_instancesetsource_test.go
/usr/share/gocode/src/github.com/hudl/fargo/example_vipupdate_test.go
/usr/share/gocode/src/github.com/hudl/fargo/go.mod
/usr/share/gocode/src/github.com/hudl/fargo/log.go
/usr/share/gocode/src/github.com/hudl/fargo/marshal.go
/usr/share/gocode/src/github.com/hudl/fargo/metadata.go
/usr/share/gocode/src/github.com/hudl/fargo/net.go
/usr/share/gocode/src/github.com/hudl/fargo/net_test.go
/usr/share/gocode/src/github.com/hudl/fargo/rpc.go
/usr/share/gocode/src/github.com/hudl/fargo/rpc_test.go
/usr/share/gocode/src/github.com/hudl/fargo/struct.go
/usr/share/licenses/golang-github-hudl-fargo-devel
/usr/share/licenses/golang-github-hudl-fargo-devel/LICENSE

References

Summary

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