How to Install and Uninstall compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch" package

This guide covers the steps necessary to install compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch

2. Uninstall "compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch" package

Please follow the instructions below to uninstall compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-openzipkin-zipkin-opentracing-devel.noarch package on Fedora 34

Last metadata expiration check: 2:43:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-openzipkin-zipkin-opentracing-devel
Version : 0.4.5
Release : 2.fc34
Architecture : noarch
Size : 8.6 k
Source : golang-github-openzipkin-contrib-zipkin-opentracing-0.4.5-2.fc34.src.rpm
Repository : fedora
Summary : OpenTracing Tracer implementation for Zipkin v1 in Go
URL : https://github.com/openzipkin-contrib/zipkin-go-opentracing
License : MIT
Description : This package is a low level tracing "driver" to allow OpenTracing API consumers
: to use Zipkin as their tracing backend. For details on how to work with spans
: and traces we suggest looking at the documentation and README from the
: OpenTracing API.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/openzipkin-contrib/zipkin-go-opentracing:
: – github.com/openzipkin/zipkin-go-opentracing
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/openzipkin-contrib/zipkin-go-opentracing.