How To Install golang-github-devigned-tab-devel on Fedora 36

In this tutorial we learn how to install golang-github-devigned-tab-devel in Fedora 36. golang-github-devigned-tab-devel is OpenTracing and OpenCensus abstraction for tracing and logging

Introduction

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

What is golang-github-devigned-tab-devel

OpenTracing and OpenCensus abstraction for tracing and logging. This package contains the source code needed for building packages that reference the following Go import paths – github.com/devigned/tab

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

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

sudo dnf -y install golang-github-devigned-tab-devel

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

sudo yum -y install golang-github-devigned-tab-devel

How To Uninstall golang-github-devigned-tab-devel on Fedora 36

To uninstall only the golang-github-devigned-tab-devel package we can use the following command:

sudo dnf remove golang-github-devigned-tab-devel

golang-github-devigned-tab-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-devigned-tab-devel
/usr/share/doc/golang-github-devigned-tab-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/devigned
/usr/share/gocode/src/github.com/devigned/tab
/usr/share/gocode/src/github.com/devigned/tab/.goipath
/usr/share/gocode/src/github.com/devigned/tab/README.md
/usr/share/gocode/src/github.com/devigned/tab/go.mod
/usr/share/gocode/src/github.com/devigned/tab/opencensus
/usr/share/gocode/src/github.com/devigned/tab/opencensus/opencensus.go
/usr/share/gocode/src/github.com/devigned/tab/opentracing
/usr/share/gocode/src/github.com/devigned/tab/opentracing/opentracing.go
/usr/share/gocode/src/github.com/devigned/tab/trace.go
/usr/share/gocode/src/github.com/devigned/tab/trace_test.go
/usr/share/licenses/golang-github-devigned-tab-devel
/usr/share/licenses/golang-github-devigned-tab-devel/LICENSE

References

Summary

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