How To Install golang-github-docker-go-devel on Fedora 36

In this tutorial we learn how to install golang-github-docker-go-devel in Fedora 36. golang-github-docker-go-devel is Go packages with small patches autogenerated

Introduction

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

What is golang-github-docker-go-devel

Go packages with small patches autogenerated (used for canonical/json). This package contains the source code needed for building packages that reference the following Go import paths – github.com/docker/go

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

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

sudo dnf -y install golang-github-docker-go-devel

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

sudo yum -y install golang-github-docker-go-devel

How To Uninstall golang-github-docker-go-devel on Fedora 36

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

sudo dnf remove golang-github-docker-go-devel

golang-github-docker-go-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-docker-go-devel
/usr/share/doc/golang-github-docker-go-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/docker
/usr/share/gocode/src/github.com/docker/go
/usr/share/gocode/src/github.com/docker/go/.goipath
/usr/share/gocode/src/github.com/docker/go/README.md
/usr/share/gocode/src/github.com/docker/go/canonical
/usr/share/gocode/src/github.com/docker/go/canonical/json
/usr/share/gocode/src/github.com/docker/go/canonical/json/bench_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/decode.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/decode_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/encode.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/encode_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/example_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/fold.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/fold_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/indent.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/scanner.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/scanner_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/stream.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/stream_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/tagkey_test.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/tags.go
/usr/share/gocode/src/github.com/docker/go/canonical/json/tags_test.go
/usr/share/gocode/src/github.com/docker/go/glide.lock
/usr/share/gocode/src/github.com/docker/go/glide.yaml
/usr/share/licenses/golang-github-docker-go-devel
/usr/share/licenses/golang-github-docker-go-devel/LICENSE

References

Summary

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