How To Install golang-github-etcd-io-gofail-devel on Fedora 36

In this tutorial we learn how to install golang-github-etcd-io-gofail-devel in Fedora 36. golang-github-etcd-io-gofail-devel is Failpoints for Go

Introduction

In this tutorial we learn how to install golang-github-etcd-io-gofail-devel on Fedora 36.

What is golang-github-etcd-io-gofail-devel

Failpoints for Go. This package contains the source code needed for building packages that reference the following Go import paths – github.com/etcd-io/gofail

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

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

sudo dnf -y install golang-github-etcd-io-gofail-devel

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

sudo yum -y install golang-github-etcd-io-gofail-devel

How To Uninstall golang-github-etcd-io-gofail-devel on Fedora 36

To uninstall only the golang-github-etcd-io-gofail-devel package we can use the following command:

sudo dnf remove golang-github-etcd-io-gofail-devel

golang-github-etcd-io-gofail-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-etcd-io-gofail-devel
/usr/share/doc/golang-github-etcd-io-gofail-devel/README.md
/usr/share/doc/golang-github-etcd-io-gofail-devel/code-of-conduct.md
/usr/share/doc/golang-github-etcd-io-gofail-devel/examples
/usr/share/doc/golang-github-etcd-io-gofail-devel/examples/cmd
/usr/share/doc/golang-github-etcd-io-gofail-devel/examples/cmd/cmd.go
/usr/share/doc/golang-github-etcd-io-gofail-devel/examples/examples.go
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/etcd-io
/usr/share/gocode/src/github.com/etcd-io/gofail
/usr/share/gocode/src/github.com/etcd-io/gofail/.goipath
/usr/share/gocode/src/github.com/etcd-io/gofail/README.md
/usr/share/gocode/src/github.com/etcd-io/gofail/code
/usr/share/gocode/src/github.com/etcd-io/gofail/code-of-conduct.md
/usr/share/gocode/src/github.com/etcd-io/gofail/code/binding.go
/usr/share/gocode/src/github.com/etcd-io/gofail/code/failpoint.go
/usr/share/gocode/src/github.com/etcd-io/gofail/code/rewrite.go
/usr/share/gocode/src/github.com/etcd-io/gofail/code/rewrite_test.go
/usr/share/gocode/src/github.com/etcd-io/gofail/gofail.go
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime/failpoint.go
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime/http.go
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime/runtime.go
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime/terms.go
/usr/share/gocode/src/github.com/etcd-io/gofail/runtime/terms_test.go
/usr/share/licenses/golang-github-etcd-io-gofail-devel
/usr/share/licenses/golang-github-etcd-io-gofail-devel/LICENSE
/usr/share/licenses/golang-github-etcd-io-gofail-devel/NOTICE

References

Summary

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