How To Install golang-sourcegraph-appdash-devel on Fedora 36

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

Introduction

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

What is golang-sourcegraph-appdash-devel

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. This package contains the source code needed for building packages that reference the following Go import paths – sourcegraph.com/sourcegraph/appdash

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

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

sudo dnf -y install golang-sourcegraph-appdash-devel

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

sudo yum -y install golang-sourcegraph-appdash-devel

How To Uninstall golang-sourcegraph-appdash-devel on Fedora 36

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

sudo dnf remove golang-sourcegraph-appdash-devel

golang-sourcegraph-appdash-devel Package Contents on Fedora 36

/usr/share/doc/golang-sourcegraph-appdash-devel
/usr/share/doc/golang-sourcegraph-appdash-devel/CHANGELOG.md
/usr/share/doc/golang-sourcegraph-appdash-devel/README.md
/usr/share/doc/golang-sourcegraph-appdash-devel/demo-annotations.md
/usr/share/doc/golang-sourcegraph-appdash-devel/examples
/usr/share/doc/golang-sourcegraph-appdash-devel/examples/cmd
/usr/share/doc/golang-sourcegraph-appdash-devel/examples/cmd/webapp
/usr/share/doc/golang-sourcegraph-appdash-devel/examples/cmd/webapp-opentracing
/usr/share/doc/golang-sourcegraph-appdash-devel/examples/cmd/webapp-opentracing/main.go
/usr/share/doc/golang-sourcegraph-appdash-devel/examples/cmd/webapp/main.go
/usr/share/doc/golang-sourcegraph-appdash-devel/other-languages.md
/usr/share/gocode/src/sourcegraph.com
/usr/share/gocode/src/sourcegraph.com/sourcegraph
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/.goipath
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/CHANGELOG.md
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/README.md
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash/appdash.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash/example_app.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash/sample_data.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash/send_cmd.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/cmd/appdash/serve_cmd.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/collector.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/collector_danger_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/collector_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/demo-annotations.md
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/doc.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/event.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/event_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/client.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/client_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/doc.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/header.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/header_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/server.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/httptrace/server_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/id.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/id_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/internal
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/internal/wire
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/internal/wire/collector.pb.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/internal/wire/collector.proto
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/internal/wire/gen.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/memstats.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/multi.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/opentracing
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/opentracing/json.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/opentracing/recorder.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/opentracing/recorder_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/opentracing/tracer.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/other-languages.md
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/python
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/python/README.md
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/recorder.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/recorder_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/reflect.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/reflect_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/span.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/span_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/sqltrace
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/sqltrace/sql.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/store.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/store_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/trace.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/trace_test.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/aggregate.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/app.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/dashboard.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/handler.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/httputil.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/prof.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/router.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/tmpl
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/tmpl.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/tmpl/data.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/tmpl/data_vfsdata.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/tmpl/doc.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/trace.go
/usr/share/gocode/src/sourcegraph.com/sourcegraph/appdash/traceapp/vis.go
/usr/share/licenses/golang-sourcegraph-appdash-devel
/usr/share/licenses/golang-sourcegraph-appdash-devel/LICENSE

References

Summary

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