How To Install golang-github-test-deep-devel on Fedora 36

In this tutorial we learn how to install golang-github-test-deep-devel in Fedora 36. golang-github-test-deep-devel is Golang deep variable equality test

Introduction

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

What is golang-github-test-deep-devel

Golang deep variable equality test that returns human-readable differences. This package contains the source code needed for building packages that reference the following Go import paths – github.com/go-test/deep

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

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

sudo dnf -y install golang-github-test-deep-devel

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

sudo yum -y install golang-github-test-deep-devel

How To Uninstall golang-github-test-deep-devel on Fedora 36

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

sudo dnf remove golang-github-test-deep-devel

golang-github-test-deep-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-test-deep-devel
/usr/share/doc/golang-github-test-deep-devel/CHANGES.md
/usr/share/doc/golang-github-test-deep-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/go-test
/usr/share/gocode/src/github.com/go-test/deep
/usr/share/gocode/src/github.com/go-test/deep/.goipath
/usr/share/gocode/src/github.com/go-test/deep/CHANGES.md
/usr/share/gocode/src/github.com/go-test/deep/README.md
/usr/share/gocode/src/github.com/go-test/deep/deep.go
/usr/share/gocode/src/github.com/go-test/deep/deep_test.go
/usr/share/gocode/src/github.com/go-test/deep/go.mod
/usr/share/gocode/src/github.com/go-test/deep/test
/usr/share/gocode/src/github.com/go-test/deep/test/v1
/usr/share/gocode/src/github.com/go-test/deep/test/v1/errors.go
/usr/share/gocode/src/github.com/go-test/deep/test/v2
/usr/share/gocode/src/github.com/go-test/deep/test/v2/errors.go
/usr/share/licenses/golang-github-test-deep-devel
/usr/share/licenses/golang-github-test-deep-devel/LICENSE

References

Summary

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