How To Install golang-github-aead-poly1305-devel on Fedora 36

In this tutorial we learn how to install golang-github-aead-poly1305-devel in Fedora 36. golang-github-aead-poly1305-devel is Poly1305 message authentication code

Introduction

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

What is golang-github-aead-poly1305-devel

Poly1305 is a fast, one-time authentication function created by Daniel J. Bernstein. It is infeasible for an attacker to generate an authenticator for a message without the key. However, a key must only be used for a single message. Authenticating two different messages with the same key allows an attacker to forge authenticators for other messages with the same key. This package contains the source code needed for building packages that reference the following Go import paths – github.com/aead/poly1305

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

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

sudo dnf -y install golang-github-aead-poly1305-devel

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

sudo yum -y install golang-github-aead-poly1305-devel

How To Uninstall golang-github-aead-poly1305-devel on Fedora 36

To uninstall only the golang-github-aead-poly1305-devel package we can use the following command:

sudo dnf remove golang-github-aead-poly1305-devel

golang-github-aead-poly1305-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-aead-poly1305-devel
/usr/share/doc/golang-github-aead-poly1305-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/aead
/usr/share/gocode/src/github.com/aead/poly1305
/usr/share/gocode/src/github.com/aead/poly1305/.goipath
/usr/share/gocode/src/github.com/aead/poly1305/README.md
/usr/share/gocode/src/github.com/aead/poly1305/poly1305.go
/usr/share/gocode/src/github.com/aead/poly1305/poly1305_AVX2_amd64.s
/usr/share/gocode/src/github.com/aead/poly1305/poly1305_amd64.go
/usr/share/gocode/src/github.com/aead/poly1305/poly1305_amd64.s
/usr/share/gocode/src/github.com/aead/poly1305/poly1305_ref.go
/usr/share/gocode/src/github.com/aead/poly1305/poly1305_test.go
/usr/share/licenses/golang-github-aead-poly1305-devel
/usr/share/licenses/golang-github-aead-poly1305-devel/LICENSE

References

Summary

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