How to Install and Uninstall golang-sourcegraph-appdash-devel.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "golang-sourcegraph-appdash-devel.noarch" package

This guide covers the steps necessary to install golang-sourcegraph-appdash-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-sourcegraph-appdash-devel.noarch

2. Uninstall "golang-sourcegraph-appdash-devel.noarch" package

Please follow the guidelines below to uninstall golang-sourcegraph-appdash-devel.noarch on Fedora 34:

$ sudo dnf remove golang-sourcegraph-appdash-devel.noarch $ sudo dnf autoremove

3. Information about the golang-sourcegraph-appdash-devel.noarch package on Fedora 34

Last metadata expiration check: 0:38:04 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-sourcegraph-appdash-devel
Version : 0
Release : 0.6.20210113gitebfcffb.fc34
Architecture : noarch
Size : 104 k
Source : golang-sourcegraph-appdash-0-0.6.20210113gitebfcffb.fc34.src.rpm
Repository : fedora
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.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – sourcegraph.com/sourcegraph/appdash