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

Last updated: October 10,2024

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

Please follow the guidance below to install golang-filippo-edwards25519-devel.noarch on Fedora 36

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

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

Please follow the steps below to uninstall golang-filippo-edwards25519-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:16:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-filippo-edwards25519-devel
Version : 1.0.0~rc.1
Release : 2.fc36
Architecture : noarch
Size : 42 k
Source : golang-filippo-edwards25519-1.0.0~rc.1-2.fc36.src.rpm
Repository : fedora
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