How to Install and Uninstall golang-github-hdrhistogram-devel.noarch Package on Fedora 39

Last updated: February 06,2025

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

Here is a brief guide to show you how to install golang-github-hdrhistogram-devel.noarch on Fedora 39

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

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

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

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

3. Information about the golang-github-hdrhistogram-devel.noarch package on Fedora 39

Last metadata expiration check: 4:39:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-hdrhistogram-devel
Version : 1.0.1
Release : 7.fc39
Architecture : noarch
Size : 37 k
Source : golang-github-hdrhistogram-1.0.1-7.fc39.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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/HdrHistogram/hdrhistogram-go