How To Install golang-sourcegraph-appdash on Fedora 36

In this tutorial we learn how to install golang-sourcegraph-appdash in Fedora 36. golang-sourcegraph-appdash is Application tracing system for Go, based on Google’s Dapper

Introduction

In this tutorial we learn how to install golang-sourcegraph-appdash on Fedora 36.

What is golang-sourcegraph-appdash

Appdash is an application tracing system for Go, based on Google’s Dapper and Twitter’s Zipkin. Appdash allows you to trace the end-to-end handling of requests and operations in your application (for perf and debugging). It displays timings and application-specific metadata for each step, and it displays a tree and timeline for each request and its children. To use appdash, you must instrument your application with calls to an appdash recorder. You can record any type of event or operation. Recorders and schemas for HTTP (client and server) and SQL are provided, and you can write your own.

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

Install golang-sourcegraph-appdash 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-sourcegraph-appdash using dnf by running the following command:

sudo dnf -y install golang-sourcegraph-appdash

Install golang-sourcegraph-appdash 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-sourcegraph-appdash using yum by running the following command:

sudo yum -y install golang-sourcegraph-appdash

How To Uninstall golang-sourcegraph-appdash on Fedora 36

To uninstall only the golang-sourcegraph-appdash package we can use the following command:

sudo dnf remove golang-sourcegraph-appdash

golang-sourcegraph-appdash Package Contents on Fedora 36

/usr/bin/appdash
/usr/lib/.build-id
/usr/lib/.build-id/db
/usr/lib/.build-id/db/0de0d7ac9f82dc7f63da934a6dbe7065cb1ef2
/usr/share/doc/golang-sourcegraph-appdash
/usr/share/doc/golang-sourcegraph-appdash/CHANGELOG.md
/usr/share/doc/golang-sourcegraph-appdash/README.md
/usr/share/doc/golang-sourcegraph-appdash/demo-annotations.md
/usr/share/doc/golang-sourcegraph-appdash/examples
/usr/share/doc/golang-sourcegraph-appdash/examples/cmd
/usr/share/doc/golang-sourcegraph-appdash/examples/cmd/webapp
/usr/share/doc/golang-sourcegraph-appdash/examples/cmd/webapp-opentracing
/usr/share/doc/golang-sourcegraph-appdash/examples/cmd/webapp-opentracing/main.go
/usr/share/doc/golang-sourcegraph-appdash/examples/cmd/webapp/main.go
/usr/share/doc/golang-sourcegraph-appdash/other-languages.md
/usr/share/licenses/golang-sourcegraph-appdash
/usr/share/licenses/golang-sourcegraph-appdash/LICENSE

References

Summary

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