How To Install golang-github-uber-jaeger-client on Fedora 36

In this tutorial we learn how to install golang-github-uber-jaeger-client in Fedora 36. golang-github-uber-jaeger-client is Jaeger Bindings for Go OpenTracing API

Introduction

In this tutorial we learn how to install golang-github-uber-jaeger-client on Fedora 36.

What is golang-github-uber-jaeger-client

Instrumentation library that implements an OpenTracing Tracer for Jaeger (https

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

Install golang-github-uber-jaeger-client 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-uber-jaeger-client using dnf by running the following command:

sudo dnf -y install golang-github-uber-jaeger-client

Install golang-github-uber-jaeger-client 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-uber-jaeger-client using yum by running the following command:

sudo yum -y install golang-github-uber-jaeger-client

How To Uninstall golang-github-uber-jaeger-client on Fedora 36

To uninstall only the golang-github-uber-jaeger-client package we can use the following command:

sudo dnf remove golang-github-uber-jaeger-client

golang-github-uber-jaeger-client Package Contents on Fedora 36

/usr/bin/crossdock
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/bd9558c31f40aeb7de62e4f380570a89373941
/usr/share/doc/golang-github-uber-jaeger-client
/usr/share/doc/golang-github-uber-jaeger-client/CHANGELOG.md
/usr/share/doc/golang-github-uber-jaeger-client/CONTRIBUTING.md
/usr/share/doc/golang-github-uber-jaeger-client/README.md
/usr/share/doc/golang-github-uber-jaeger-client/RELEASE.md
/usr/share/licenses/golang-github-uber-jaeger-client
/usr/share/licenses/golang-github-uber-jaeger-client/LICENSE

References

Summary

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