How To Install golang-github-mndrix-tap-devel on Fedora 36

In this tutorial we learn how to install golang-github-mndrix-tap-devel in Fedora 36. golang-github-mndrix-tap-devel is Test Anything Protocol for Go

Introduction

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

What is golang-github-mndrix-tap-devel

The Test Anything Protocol (“TAP”) is a text-based interface between tests and a test harness. This package helps Go to generate TAP output. This package contains the source code needed for building packages that reference the following Go import paths – github.com/mndrix/tap-go

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

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

sudo dnf -y install golang-github-mndrix-tap-devel

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

sudo yum -y install golang-github-mndrix-tap-devel

How To Uninstall golang-github-mndrix-tap-devel on Fedora 36

To uninstall only the golang-github-mndrix-tap-devel package we can use the following command:

sudo dnf remove golang-github-mndrix-tap-devel

golang-github-mndrix-tap-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-mndrix-tap-devel
/usr/share/doc/golang-github-mndrix-tap-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/mndrix
/usr/share/gocode/src/github.com/mndrix/tap-go
/usr/share/gocode/src/github.com/mndrix/tap-go/.goipath
/usr/share/gocode/src/github.com/mndrix/tap-go/README.md
/usr/share/gocode/src/github.com/mndrix/tap-go/tap.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test
/usr/share/gocode/src/github.com/mndrix/tap-go/test/auto
/usr/share/gocode/src/github.com/mndrix/tap-go/test/auto/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/check
/usr/share/gocode/src/github.com/mndrix/tap-go/test/check/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/diagnostic
/usr/share/gocode/src/github.com/mndrix/tap-go/test/diagnostic/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/failing
/usr/share/gocode/src/github.com/mndrix/tap-go/test/failing/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/known
/usr/share/gocode/src/github.com/mndrix/tap-go/test/known/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/skip
/usr/share/gocode/src/github.com/mndrix/tap-go/test/skip/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/todo
/usr/share/gocode/src/github.com/mndrix/tap-go/test/todo/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/writer
/usr/share/gocode/src/github.com/mndrix/tap-go/test/writer/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/yaml
/usr/share/gocode/src/github.com/mndrix/tap-go/test/yaml/json.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/yaml/main.go
/usr/share/gocode/src/github.com/mndrix/tap-go/test/yaml/yaml.go
/usr/share/gocode/src/github.com/mndrix/tap-go/yaml_json.go
/usr/share/gocode/src/github.com/mndrix/tap-go/yaml_yaml.go
/usr/share/licenses/golang-github-mndrix-tap-devel
/usr/share/licenses/golang-github-mndrix-tap-devel/LICENSE

References

Summary

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