How To Install golang-github-influxdata-tdigest-devel on Fedora 36

In this tutorial we learn how to install golang-github-influxdata-tdigest-devel in Fedora 36. golang-github-influxdata-tdigest-devel is Implementation of Ted Dunning’s t-digest in Go

Introduction

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

What is golang-github-influxdata-tdigest-devel

A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means. The t-digest algorithm is also very friendly to parallel programs making it useful in map-reduce and parallel streaming applications implemented using, say, Apache Spark. This is an implementation of Ted Dunning’s t-digest in Go. The implementation is based off Derrick Burns’ C++ implementation. This package contains the source code needed for building packages that reference the following Go import paths – github.com/influxdata/tdigest

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

Install golang-github-influxdata-tdigest-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-influxdata-tdigest-devel using dnf by running the following command:

sudo dnf -y install golang-github-influxdata-tdigest-devel

Install golang-github-influxdata-tdigest-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-influxdata-tdigest-devel using yum by running the following command:

sudo yum -y install golang-github-influxdata-tdigest-devel

How To Uninstall golang-github-influxdata-tdigest-devel on Fedora 36

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

sudo dnf remove golang-github-influxdata-tdigest-devel

golang-github-influxdata-tdigest-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-influxdata-tdigest-devel
/usr/share/doc/golang-github-influxdata-tdigest-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/influxdata
/usr/share/gocode/src/github.com/influxdata/tdigest
/usr/share/gocode/src/github.com/influxdata/tdigest/.goipath
/usr/share/gocode/src/github.com/influxdata/tdigest/README.md
/usr/share/gocode/src/github.com/influxdata/tdigest/centroid.go
/usr/share/gocode/src/github.com/influxdata/tdigest/centroid_test.go
/usr/share/gocode/src/github.com/influxdata/tdigest/go.mod
/usr/share/gocode/src/github.com/influxdata/tdigest/tdigest.go
/usr/share/gocode/src/github.com/influxdata/tdigest/tdigest_test.go
/usr/share/gocode/src/github.com/influxdata/tdigest/test
/usr/share/gocode/src/github.com/influxdata/tdigest/test/README.md
/usr/share/gocode/src/github.com/influxdata/tdigest/test/gen
/usr/share/gocode/src/github.com/influxdata/tdigest/test/gen/main.go
/usr/share/gocode/src/github.com/influxdata/tdigest/test/main.go
/usr/share/gocode/src/github.com/influxdata/tdigest/test/tdigest.h
/usr/share/gocode/src/github.com/influxdata/tdigest/test/validate
/usr/share/gocode/src/github.com/influxdata/tdigest/test/validate/main.go
/usr/share/licenses/golang-github-influxdata-tdigest-devel
/usr/share/licenses/golang-github-influxdata-tdigest-devel/LICENSE

References

Summary

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