How To Install golang-filippo-edwards25519-devel on Fedora 36

In this tutorial we learn how to install golang-filippo-edwards25519-devel in Fedora 36. golang-filippo-edwards25519-devel is Implementation of the edwards25519 elliptic curve

Introduction

In this tutorial we learn how to install golang-filippo-edwards25519-devel on Fedora 36.

What is golang-filippo-edwards25519-devel

This library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives. Read the docs at pkg.go.dev/filippo.io/edwards25519. The code is originally derived from Adam Langley’s internal implementation in the Go standard library, and includes George Tankersley’s performance improvements. It was then further developed by Henry de Valence for use in ristretto255, and was finally merged back into the Go standard library as of Go 1.17. It now tracks the upstream codebase and extends it with additional functionality. This package contains the source code needed for building packages that reference the following Go import paths – filippo.io/edwards25519

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

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

sudo dnf -y install golang-filippo-edwards25519-devel

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

sudo yum -y install golang-filippo-edwards25519-devel

How To Uninstall golang-filippo-edwards25519-devel on Fedora 36

To uninstall only the golang-filippo-edwards25519-devel package we can use the following command:

sudo dnf remove golang-filippo-edwards25519-devel

golang-filippo-edwards25519-devel Package Contents on Fedora 36

/usr/share/doc/golang-filippo-edwards25519-devel
/usr/share/doc/golang-filippo-edwards25519-devel/README.md
/usr/share/gocode/src/filippo.io
/usr/share/gocode/src/filippo.io/edwards25519
/usr/share/gocode/src/filippo.io/edwards25519/.goipath
/usr/share/gocode/src/filippo.io/edwards25519/README.md
/usr/share/gocode/src/filippo.io/edwards25519/doc.go
/usr/share/gocode/src/filippo.io/edwards25519/edwards25519.go
/usr/share/gocode/src/filippo.io/edwards25519/edwards25519_test.go
/usr/share/gocode/src/filippo.io/edwards25519/extra.go
/usr/share/gocode/src/filippo.io/edwards25519/extra_test.go
/usr/share/gocode/src/filippo.io/edwards25519/field
/usr/share/gocode/src/filippo.io/edwards25519/field/fe.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_alias_test.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_amd64.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_amd64.s
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_amd64_noasm.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_arm64.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_arm64.s
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_arm64_noasm.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_bench_test.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_generic.go
/usr/share/gocode/src/filippo.io/edwards25519/field/fe_test.go
/usr/share/gocode/src/filippo.io/edwards25519/go.mod
/usr/share/gocode/src/filippo.io/edwards25519/scalar.go
/usr/share/gocode/src/filippo.io/edwards25519/scalar_alias_test.go
/usr/share/gocode/src/filippo.io/edwards25519/scalar_test.go
/usr/share/gocode/src/filippo.io/edwards25519/scalarmult.go
/usr/share/gocode/src/filippo.io/edwards25519/scalarmult_test.go
/usr/share/gocode/src/filippo.io/edwards25519/tables.go
/usr/share/gocode/src/filippo.io/edwards25519/tables_test.go
/usr/share/licenses/golang-filippo-edwards25519-devel
/usr/share/licenses/golang-filippo-edwards25519-devel/LICENSE

References

Summary

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