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

Last updated: September 24,2024

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

Please follow the steps below to install compat-golang-github-codahale-hdrhistogram-devel.noarch on Fedora 38

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

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

This tutorial shows how to uninstall compat-golang-github-codahale-hdrhistogram-devel.noarch on Fedora 38:

$ 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 38

Last metadata expiration check: 5:09:38 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : compat-golang-github-codahale-hdrhistogram-devel
Version : 1.0.1
Release : 6.fc38
Architecture : noarch
Size : 8.8 k
Source : golang-github-hdrhistogram-1.0.1-6.fc38.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.