How To Install golang-github-davecgh-spew-devel on Fedora 36

In this tutorial we learn how to install golang-github-davecgh-spew-devel in Fedora 36. golang-github-davecgh-spew-devel is Implements a deep pretty printer for go data structures to aid in debugging

Introduction

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

What is golang-github-davecgh-spew-devel

Go-spew implements a deep pretty printer for Go data structures to aid in debugging. A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. This package contains the source code needed for building packages that reference the following Go import paths – github.com/davecgh/go-spew

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

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

sudo dnf -y install golang-github-davecgh-spew-devel

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

sudo yum -y install golang-github-davecgh-spew-devel

How To Uninstall golang-github-davecgh-spew-devel on Fedora 36

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

sudo dnf remove golang-github-davecgh-spew-devel

golang-github-davecgh-spew-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-davecgh-spew-devel
/usr/share/doc/golang-github-davecgh-spew-devel/README.md
/usr/share/doc/golang-github-davecgh-spew-devel/test_coverage.txt
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/davecgh
/usr/share/gocode/src/github.com/davecgh/go-spew
/usr/share/gocode/src/github.com/davecgh/go-spew/.goipath
/usr/share/gocode/src/github.com/davecgh/go-spew/README.md
/usr/share/gocode/src/github.com/davecgh/go-spew/glide.lock
/usr/share/gocode/src/github.com/davecgh/go-spew/glide.yaml
/usr/share/gocode/src/github.com/davecgh/go-spew/spew
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/bypass.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/bypasssafe.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/common.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/common_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/config.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/doc.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/dump.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/dump_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/dumpcgo_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/dumpnocgo_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/example_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/format.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/format_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/internal_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/internalunsafe_test.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/spew.go
/usr/share/gocode/src/github.com/davecgh/go-spew/spew/spew_test.go
/usr/share/licenses/golang-github-davecgh-spew-devel
/usr/share/licenses/golang-github-davecgh-spew-devel/LICENSE

References

Summary

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