How To Install golang-github-datadog-sketches-devel on Fedora 36

In this tutorial we learn how to install golang-github-datadog-sketches-devel in Fedora 36. golang-github-datadog-sketches-devel is Implementations of the distributed quantile sketch algorithms

Introduction

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

What is golang-github-datadog-sketches-devel

Go implementations of the distributed quantile sketch algorithms GKArray and DDSketch. This package contains the source code needed for building packages that reference the following Go import paths – github.com/DataDog/sketches-go

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

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

sudo dnf -y install golang-github-datadog-sketches-devel

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

sudo yum -y install golang-github-datadog-sketches-devel

How To Uninstall golang-github-datadog-sketches-devel on Fedora 36

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

sudo dnf remove golang-github-datadog-sketches-devel

golang-github-datadog-sketches-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-datadog-sketches-devel
/usr/share/doc/golang-github-datadog-sketches-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-datadog-sketches-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/DataDog
/usr/share/gocode/src/github.com/DataDog/sketches-go
/usr/share/gocode/src/github.com/DataDog/sketches-go/.goipath
/usr/share/gocode/src/github.com/DataDog/sketches-go/CONTRIBUTING.md
/usr/share/gocode/src/github.com/DataDog/sketches-go/README.md
/usr/share/gocode/src/github.com/DataDog/sketches-go/dataset
/usr/share/gocode/src/github.com/DataDog/sketches-go/dataset/dataset.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/dataset/dataset_test.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/dataset/generator.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/ddsketch.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/ddsketch_test.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/bit_operation_helper.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/cubically_interpolated_mapping.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/index_mapping.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/index_mapping_test.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/linearly_interpolated_mapping.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/mapping/logarithmic_mapping.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/pb
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/pb/ddsketch.proto
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/pb/sketchpb
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/pb/sketchpb/ddsketch.pb.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/bin.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/collapsing_highest_dense_store.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/collapsing_lowest_dense_store.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/dense_store.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/store.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/ddsketch/store/store_test.go
/usr/share/gocode/src/github.com/DataDog/sketches-go/go.mod
/usr/share/licenses/golang-github-datadog-sketches-devel
/usr/share/licenses/golang-github-datadog-sketches-devel/LICENSE
/usr/share/licenses/golang-github-datadog-sketches-devel/LICENSE-3rdparty.csv
/usr/share/licenses/golang-github-datadog-sketches-devel/NOTICE

References

Summary

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