How To Install golang-github-iij-doapi-devel on Fedora 36

In this tutorial we learn how to install golang-github-iij-doapi-devel in Fedora 36. golang-github-iij-doapi-devel is Golang binding for DO API

Introduction

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

What is golang-github-iij-doapi-devel

Golang binding for DO API. This package contains the source code needed for building packages that reference the following Go import paths – github.com/iij/doapi

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

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

sudo dnf -y install golang-github-iij-doapi-devel

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

sudo yum -y install golang-github-iij-doapi-devel

How To Uninstall golang-github-iij-doapi-devel on Fedora 36

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

sudo dnf remove golang-github-iij-doapi-devel

golang-github-iij-doapi-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-iij-doapi-devel
/usr/share/doc/golang-github-iij-doapi-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/iij
/usr/share/gocode/src/github.com/iij/doapi
/usr/share/gocode/src/github.com/iij/doapi/.goipath
/usr/share/gocode/src/github.com/iij/doapi/LICENSE.md
/usr/share/gocode/src/github.com/iij/doapi/README.md
/usr/share/gocode/src/github.com/iij/doapi/api.go
/usr/share/gocode/src/github.com/iij/doapi/parse.go
/usr/share/gocode/src/github.com/iij/doapi/protocol
/usr/share/gocode/src/github.com/iij/doapi/protocol/Commit.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/RecordAdd.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/RecordDelete.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/RecordGet.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/RecordListGet.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/Reset.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/ZoneListGet.go
/usr/share/gocode/src/github.com/iij/doapi/protocol/common.go
/usr/share/licenses/golang-github-iij-doapi-devel
/usr/share/licenses/golang-github-iij-doapi-devel/LICENSE.md

References

Summary

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