How To Install golang-github-opentracing-devel on Fedora 36

In this tutorial we learn how to install golang-github-opentracing-devel in Fedora 36. golang-github-opentracing-devel is OpenTracing API for Go

Introduction

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

What is golang-github-opentracing-devel

This package is a Go platform API for OpenTracing. This package contains the source code needed for building packages that reference the following Go import paths – github.com/opentracing/opentracing-go

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

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

sudo dnf -y install golang-github-opentracing-devel

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

sudo yum -y install golang-github-opentracing-devel

How To Uninstall golang-github-opentracing-devel on Fedora 36

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

sudo dnf remove golang-github-opentracing-devel

golang-github-opentracing-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-opentracing-devel
/usr/share/doc/golang-github-opentracing-devel/CHANGELOG.md
/usr/share/doc/golang-github-opentracing-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/opentracing
/usr/share/gocode/src/github.com/opentracing/opentracing-go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/.goipath
/usr/share/gocode/src/github.com/opentracing/opentracing-go/CHANGELOG.md
/usr/share/gocode/src/github.com/opentracing/opentracing-go/README.md
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext/field.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext/field_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext/tags.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/ext/tags_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/globaltracer.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/globaltracer_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/go.mod
/usr/share/gocode/src/github.com/opentracing/opentracing-go/gocontext.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/gocontext_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/harness
/usr/share/gocode/src/github.com/opentracing/opentracing-go/harness/api_checkers.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/harness/noop_api_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/log
/usr/share/gocode/src/github.com/opentracing/opentracing-go/log/field.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/log/field_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/log/util.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/log/util_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer/mocklogrecord.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer/mockspan.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer/mocktracer.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer/mocktracer_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/mocktracer/propagation.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/noop.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/options_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/propagation.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/propagation_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/span.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/testtracer_test.go
/usr/share/gocode/src/github.com/opentracing/opentracing-go/tracer.go
/usr/share/licenses/golang-github-opentracing-devel
/usr/share/licenses/golang-github-opentracing-devel/LICENSE

References

Summary

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