How To Install golang-github-retailnext-hllpp-devel on Fedora 36

In this tutorial we learn how to install golang-github-retailnext-hllpp-devel in Fedora 36. golang-github-retailnext-hllpp-devel is Hyperloglog cardinality estimation algorithm in Go

Introduction

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

What is golang-github-retailnext-hllpp-devel

Hllpp is an implementation of the HyperLogLog++ cardinality estimation algorithm in Go. It optimizes for memory usage over CPU usage. It implements all the HyperLogLog optimizations introduced in the HyperLogLog++ paper (http – marshaling so you can serialize to your datastore – extra space savings by only using 5 bits per register when possible – built-in non-streaming murmur3 implementation for fast hashing of input data This package contains the source code needed for building packages that reference the following Go import paths – github.com/retailnext/hllpp

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

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

sudo dnf -y install golang-github-retailnext-hllpp-devel

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

sudo yum -y install golang-github-retailnext-hllpp-devel

How To Uninstall golang-github-retailnext-hllpp-devel on Fedora 36

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

sudo dnf remove golang-github-retailnext-hllpp-devel

golang-github-retailnext-hllpp-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-retailnext-hllpp-devel
/usr/share/doc/golang-github-retailnext-hllpp-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/retailnext
/usr/share/gocode/src/github.com/retailnext/hllpp
/usr/share/gocode/src/github.com/retailnext/hllpp/.goipath
/usr/share/gocode/src/github.com/retailnext/hllpp/README.md
/usr/share/gocode/src/github.com/retailnext/hllpp/dense.go
/usr/share/gocode/src/github.com/retailnext/hllpp/empirical.go
/usr/share/gocode/src/github.com/retailnext/hllpp/examples_test.go
/usr/share/gocode/src/github.com/retailnext/hllpp/hllpp.go
/usr/share/gocode/src/github.com/retailnext/hllpp/hllpp_test.go
/usr/share/gocode/src/github.com/retailnext/hllpp/marshal.go
/usr/share/gocode/src/github.com/retailnext/hllpp/marshal_test.go
/usr/share/gocode/src/github.com/retailnext/hllpp/murmur.go
/usr/share/gocode/src/github.com/retailnext/hllpp/murmur_test.go
/usr/share/gocode/src/github.com/retailnext/hllpp/sparse.go
/usr/share/gocode/src/github.com/retailnext/hllpp/sparse_test.go
/usr/share/licenses/golang-github-retailnext-hllpp-devel
/usr/share/licenses/golang-github-retailnext-hllpp-devel/LICENSE

References

Summary

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