How to Install and Uninstall compat-golang-github-codahale-hdrhistogram-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "compat-golang-github-codahale-hdrhistogram-devel.noarch" package

In this section, we are going to explain the necessary steps to install compat-golang-github-codahale-hdrhistogram-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-codahale-hdrhistogram-devel.noarch

2. Uninstall "compat-golang-github-codahale-hdrhistogram-devel.noarch" package

Please follow the steps below to uninstall compat-golang-github-codahale-hdrhistogram-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-codahale-hdrhistogram-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-codahale-hdrhistogram-devel.noarch package on Fedora 34

Last metadata expiration check: 3:36:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : compat-golang-github-codahale-hdrhistogram-devel
Version : 1.0.1
Release : 2.fc34
Architecture : noarch
Size : 8.3 k
Source : golang-github-hdrhistogram-1.0.1-2.fc34.src.rpm
Repository : fedora
Summary : Pure Go implementation of Gil Tene's HDR Histogram
URL : https://github.com/HdrHistogram/hdrhistogram-go
License : MIT
Description : A pure Go implementation of Gil Tene's HDR Histogram.
:
: A Histogram that supports recording and analyzing sampled data value counts
: across a configurable integer value range with configurable value precision
: within the range. Value precision is expressed as the number of significant
: digits in the value recording, and provides control over value quantization
: behavior across the value range and the subsequent value resolution at any given
: level.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/HdrHistogram/hdrhistogram-go:
: – github.com/codahale/hdrhistogram
:
: 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/HdrHistogram/hdrhistogram-go.