How to Install and Uninstall compat-golang-github-jaegertracing-jaeger-lib-devel.noarch Package on Fedora 35

Last updated: October 12,2024

1. Install "compat-golang-github-jaegertracing-jaeger-lib-devel.noarch" package

In this section, we are going to explain the necessary steps to install compat-golang-github-jaegertracing-jaeger-lib-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install compat-golang-github-jaegertracing-jaeger-lib-devel.noarch

2. Uninstall "compat-golang-github-jaegertracing-jaeger-lib-devel.noarch" package

Please follow the guidance below to uninstall compat-golang-github-jaegertracing-jaeger-lib-devel.noarch on Fedora 35:

$ sudo dnf remove compat-golang-github-jaegertracing-jaeger-lib-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-jaegertracing-jaeger-lib-devel.noarch package on Fedora 35

Last metadata expiration check: 5:06:20 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : compat-golang-github-jaegertracing-jaeger-lib-devel
Version : 2.4.0
Release : 3.fc35
Architecture : noarch
Size : 9.7 k
Source : golang-github-uber-jaeger-lib-2.4.0-3.fc35.src.rpm
Repository : fedora
Summary : Collection of shared infrastructure libraries used by Jaeger
URL : https://github.com/uber/jaeger-lib
License : ASL 2.0
Description : A collection of shared infrastructure libraries used by different components of
: Jaeger backend and jaeger-client-go. This library is not intended to be used
: standalone, and provides no guarantees of backwards compatibility.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/uber/jaeger-lib:
: – github.com/jaegertracing/jaeger-lib
:
: 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/uber/jaeger-lib.