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

Last updated: October 06,2024

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

This is a short guide on how to install golang-github-hdrhistogram-devel.noarch on Fedora 38

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

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

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

Last metadata expiration check: 2:34:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-github-hdrhistogram-devel
Version : 1.0.1
Release : 6.fc38
Architecture : noarch
Size : 36 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 contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/HdrHistogram/hdrhistogram-go