How To Install golang-github-hdrhistogram-devel on Fedora 36

In this tutorial we learn how to install golang-github-hdrhistogram-devel in Fedora 36. golang-github-hdrhistogram-devel is Pure Go implementation of Gil Tene’s HDR Histogram

Introduction

In this tutorial we learn how to install golang-github-hdrhistogram-devel on Fedora 36.

What is golang-github-hdrhistogram-devel

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

We can use yum or dnf to install golang-github-hdrhistogram-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-hdrhistogram-devel.

Install golang-github-hdrhistogram-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-hdrhistogram-devel using dnf by running the following command:

sudo dnf -y install golang-github-hdrhistogram-devel

Install golang-github-hdrhistogram-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-hdrhistogram-devel using yum by running the following command:

sudo yum -y install golang-github-hdrhistogram-devel

How To Uninstall golang-github-hdrhistogram-devel on Fedora 36

To uninstall only the golang-github-hdrhistogram-devel package we can use the following command:

sudo dnf remove golang-github-hdrhistogram-devel

golang-github-hdrhistogram-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-hdrhistogram-devel
/usr/share/doc/golang-github-hdrhistogram-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/HdrHistogram
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/.goipath
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/README.md
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/example_hdr_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/example_log_writer_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/go.mod
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr_encoding.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr_encoding_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr_encoding_whitebox_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/hdr_whitebox_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/log_reader.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/log_writer.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/log_writer_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/window.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/window_test.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/zigzag.go
/usr/share/gocode/src/github.com/HdrHistogram/hdrhistogram-go/zigzag_whitebox_test.go
/usr/share/licenses/golang-github-hdrhistogram-devel
/usr/share/licenses/golang-github-hdrhistogram-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-hdrhistogram-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).