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

Last updated: June 29,2024

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

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

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

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

Here is a brief guide to show you how to uninstall golang-github-hdrhistogram-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:10:52 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : golang-github-hdrhistogram-devel
Version : 1.0.1
Release : 2.fc34
Architecture : noarch
Size : 32 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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/HdrHistogram/hdrhistogram-go