How To Install golang-lukechampine-blake3-devel on Fedora 36

In this tutorial we learn how to install golang-lukechampine-blake3-devel in Fedora 36. golang-lukechampine-blake3-devel is Pure-Go implementation of the BLAKE3 cryptographic hash function

Introduction

In this tutorial we learn how to install golang-lukechampine-blake3-devel on Fedora 36.

What is golang-lukechampine-blake3-devel

A pure-Go implementation of the BLAKE3 cryptographic hash function. This package contains the source code needed for building packages that reference the following Go import paths – lukechampine.com/blake3

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

Install golang-lukechampine-blake3-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-lukechampine-blake3-devel using dnf by running the following command:

sudo dnf -y install golang-lukechampine-blake3-devel

Install golang-lukechampine-blake3-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-lukechampine-blake3-devel using yum by running the following command:

sudo yum -y install golang-lukechampine-blake3-devel

How To Uninstall golang-lukechampine-blake3-devel on Fedora 36

To uninstall only the golang-lukechampine-blake3-devel package we can use the following command:

sudo dnf remove golang-lukechampine-blake3-devel

golang-lukechampine-blake3-devel Package Contents on Fedora 36

/usr/share/doc/golang-lukechampine-blake3-devel
/usr/share/doc/golang-lukechampine-blake3-devel/README.md
/usr/share/gocode/src/lukechampine.com
/usr/share/gocode/src/lukechampine.com/blake3
/usr/share/gocode/src/lukechampine.com/blake3/.goipath
/usr/share/gocode/src/lukechampine.com/blake3/README.md
/usr/share/gocode/src/lukechampine.com/blake3/blake3.go
/usr/share/gocode/src/lukechampine.com/blake3/blake3_amd64.s
/usr/share/gocode/src/lukechampine.com/blake3/blake3_test.go
/usr/share/gocode/src/lukechampine.com/blake3/compress_amd64.go
/usr/share/gocode/src/lukechampine.com/blake3/compress_generic.go
/usr/share/gocode/src/lukechampine.com/blake3/compress_noasm.go
/usr/share/gocode/src/lukechampine.com/blake3/cpu.go
/usr/share/gocode/src/lukechampine.com/blake3/cpu_darwin.go
/usr/share/gocode/src/lukechampine.com/blake3/go.mod
/usr/share/licenses/golang-lukechampine-blake3-devel
/usr/share/licenses/golang-lukechampine-blake3-devel/LICENSE

References

Summary

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