How To Install golang-github-oneofone-xxhash on Fedora 36

In this tutorial we learn how to install golang-github-oneofone-xxhash in Fedora 36. golang-github-oneofone-xxhash is Native implementation of the excellent xxhash hashing algorithm

Introduction

In this tutorial we learn how to install golang-github-oneofone-xxhash on Fedora 36.

What is golang-github-oneofone-xxhash

This is a native Go implementation of the excellent xxhash* algorithm, an extremely fast non-cryptographic Hash algorithm, working at speeds close to RAM limits.

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

Install golang-github-oneofone-xxhash 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-oneofone-xxhash using dnf by running the following command:

sudo dnf -y install golang-github-oneofone-xxhash

Install golang-github-oneofone-xxhash 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-oneofone-xxhash using yum by running the following command:

sudo yum -y install golang-github-oneofone-xxhash

How To Uninstall golang-github-oneofone-xxhash on Fedora 36

To uninstall only the golang-github-oneofone-xxhash package we can use the following command:

sudo dnf remove golang-github-oneofone-xxhash

golang-github-oneofone-xxhash Package Contents on Fedora 36

/usr/bin/xxhsum
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/e64679aecf19512114ff77aaa5bf657fa99d42
/usr/share/doc/golang-github-oneofone-xxhash
/usr/share/doc/golang-github-oneofone-xxhash/README.md
/usr/share/licenses/golang-github-oneofone-xxhash
/usr/share/licenses/golang-github-oneofone-xxhash/LICENSE

References

Summary

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