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

Last updated: November 17,2024

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

Please follow the guidance below to install golang-github-hdrhistogram-devel.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 2:29:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-github-hdrhistogram-devel
Version : 1.0.1
Release : 3.fc35
Architecture : noarch
Size : 32 k
Source : golang-github-hdrhistogram-1.0.1-3.fc35.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