How to Install and Uninstall golang-filippo-edwards25519-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-filippo-edwards25519-devel.noarch" package

Please follow the guidelines below to install golang-filippo-edwards25519-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-filippo-edwards25519-devel.noarch

2. Uninstall "golang-filippo-edwards25519-devel.noarch" package

This tutorial shows how to uninstall golang-filippo-edwards25519-devel.noarch on Fedora 34:

$ sudo dnf remove golang-filippo-edwards25519-devel.noarch $ sudo dnf autoremove

3. Information about the golang-filippo-edwards25519-devel.noarch package on Fedora 34

Last metadata expiration check: 2:10:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-filippo-edwards25519-devel
Version : 1.0.0~rc.1
Release : 1.fc34
Architecture : noarch
Size : 42 k
Source : golang-filippo-edwards25519-1.0.0~rc.1-1.fc34.src.rpm
Repository : updates
Summary : Implementation of the edwards25519 elliptic curve
URL : https://github.com/FiloSottile/edwards25519
License : BSD
Description : 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