How to Install and Uninstall golang-sourcegraph-appdash.x86_64 Package on Fedora 35

Last updated: October 09,2024

1. Install "golang-sourcegraph-appdash.x86_64" package

Please follow the guidance below to install golang-sourcegraph-appdash.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-sourcegraph-appdash.x86_64

2. Uninstall "golang-sourcegraph-appdash.x86_64" package

This is a short guide on how to uninstall golang-sourcegraph-appdash.x86_64 on Fedora 35:

$ sudo dnf remove golang-sourcegraph-appdash.x86_64 $ sudo dnf autoremove

3. Information about the golang-sourcegraph-appdash.x86_64 package on Fedora 35

Last metadata expiration check: 2:06:54 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-sourcegraph-appdash
Version : 0
Release : 0.9.20210113gitebfcffb.fc35
Architecture : x86_64
Size : 3.2 M
Source : golang-sourcegraph-appdash-0-0.9.20210113gitebfcffb.fc35.src.rpm
Repository : updates
Summary : Application tracing system for Go, based on Google's Dapper
URL : https://github.com/sourcegraph/appdash
License : MIT
Description :
: 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.