How To Install golang-github-kylelemons-godebug-devel on Fedora 36

In this tutorial we learn how to install golang-github-kylelemons-godebug-devel in Fedora 36. golang-github-kylelemons-godebug-devel is Debugging helper utilities for Go

Introduction

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

What is golang-github-kylelemons-godebug-devel

Debugging helper utilities for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/kylelemons/godebug

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

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

sudo dnf -y install golang-github-kylelemons-godebug-devel

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

sudo yum -y install golang-github-kylelemons-godebug-devel

How To Uninstall golang-github-kylelemons-godebug-devel on Fedora 36

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

sudo dnf remove golang-github-kylelemons-godebug-devel

golang-github-kylelemons-godebug-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-kylelemons-godebug-devel
/usr/share/doc/golang-github-kylelemons-godebug-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/kylelemons
/usr/share/gocode/src/github.com/kylelemons/godebug
/usr/share/gocode/src/github.com/kylelemons/godebug/.goipath
/usr/share/gocode/src/github.com/kylelemons/godebug/README.md
/usr/share/gocode/src/github.com/kylelemons/godebug/diff
/usr/share/gocode/src/github.com/kylelemons/godebug/diff/diff.go
/usr/share/gocode/src/github.com/kylelemons/godebug/diff/diff_test.go
/usr/share/gocode/src/github.com/kylelemons/godebug/go.mod
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/doc.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/examples_test.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/public.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/public_test.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/reflect.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/reflect_test.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/structure.go
/usr/share/gocode/src/github.com/kylelemons/godebug/pretty/structure_test.go
/usr/share/licenses/golang-github-kylelemons-godebug-devel
/usr/share/licenses/golang-github-kylelemons-godebug-devel/LICENSE

References

Summary

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