How To Install golang-github-infobloxopen-infoblox-client-devel on Fedora 36

In this tutorial we learn how to install golang-github-infobloxopen-infoblox-client-devel in Fedora 36. golang-github-infobloxopen-infoblox-client-devel is Infoblox NIOS WAPI Go Client library

Introduction

In this tutorial we learn how to install golang-github-infobloxopen-infoblox-client-devel on Fedora 36.

What is golang-github-infobloxopen-infoblox-client-devel

Infoblox NIOS WAPI Go Client library. This package contains the source code needed for building packages that reference the following Go import paths – github.com/infobloxopen/infoblox-go-client

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

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

sudo dnf -y install golang-github-infobloxopen-infoblox-client-devel

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

sudo yum -y install golang-github-infobloxopen-infoblox-client-devel

How To Uninstall golang-github-infobloxopen-infoblox-client-devel on Fedora 36

To uninstall only the golang-github-infobloxopen-infoblox-client-devel package we can use the following command:

sudo dnf remove golang-github-infobloxopen-infoblox-client-devel

golang-github-infobloxopen-infoblox-client-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-infobloxopen-infoblox-client-devel
/usr/share/doc/golang-github-infobloxopen-infoblox-client-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/infobloxopen
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/.goipath
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/README.md
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/connector.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/connector_test.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/go.mod
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/infoblox_go_client_suite_test.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/lock.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/object_manager.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/object_manager_test.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/objects.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/objects_test.go
/usr/share/gocode/src/github.com/infobloxopen/infoblox-go-client/record_ns.go
/usr/share/licenses/golang-github-infobloxopen-infoblox-client-devel
/usr/share/licenses/golang-github-infobloxopen-infoblox-client-devel/LICENSE

References

Summary

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