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

Last updated: October 07,2024

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

Please follow the guidelines below to install golang-sourcegraph-appdash.x86_64 on Fedora 36

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

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

Please follow the guidelines below to uninstall golang-sourcegraph-appdash.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:02:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-sourcegraph-appdash
Version : 0
Release : 0.10.20210113gitebfcffb.fc36
Architecture : x86_64
Size : 3.2 M
Source : golang-sourcegraph-appdash-0-0.10.20210113gitebfcffb.fc36.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.