How To Install golang-github-vinyldns-devel on Fedora 36

In this tutorial we learn how to install golang-github-vinyldns-devel in Fedora 36. golang-github-vinyldns-devel is Go client package for VinylDNS

Introduction

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

What is golang-github-vinyldns-devel

Go client package for VinylDNS. This package contains the source code needed for building packages that reference the following Go import paths – github.com/vinyldns/go-vinyldns

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

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

sudo dnf -y install golang-github-vinyldns-devel

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

sudo yum -y install golang-github-vinyldns-devel

How To Uninstall golang-github-vinyldns-devel on Fedora 36

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

sudo dnf remove golang-github-vinyldns-devel

golang-github-vinyldns-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-vinyldns-devel
/usr/share/doc/golang-github-vinyldns-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-github-vinyldns-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-vinyldns-devel/ISSUE_TEMPLATE.md
/usr/share/doc/golang-github-vinyldns-devel/PULL_REQUEST_TEMPLATE.md
/usr/share/doc/golang-github-vinyldns-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/vinyldns
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/.goipath
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/CODE_OF_CONDUCT.md
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/CONTRIBUTING.md
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/ISSUE_TEMPLATE.md
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/PULL_REQUEST_TEMPLATE.md
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/README.md
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/go.mod
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/batch_changes.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/batch_changes_resources.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/batch_changes_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/client.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/client_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/config_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/endpoints.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/endpoints_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/groups.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/groups_helpers.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/groups_resources.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/groups_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/integration_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/mock_testing_server_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/recordsets.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/recordsets_helpers.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/recordsets_resources.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/recordsets_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/resources.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/resources_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/util.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/util_test.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/version.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/zones.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/zones_helpers.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/zones_resources.go
/usr/share/gocode/src/github.com/vinyldns/go-vinyldns/vinyldns/zones_test.go
/usr/share/licenses/golang-github-vinyldns-devel
/usr/share/licenses/golang-github-vinyldns-devel/LICENSE
/usr/share/licenses/golang-github-vinyldns-devel/NOTICE

References

Summary

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