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

Last updated: October 04,2024

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

This is a short guide on how to install golang-filippo-edwards25519-devel.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 2:43:40 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-filippo-edwards25519-devel
Version : 1.0.0~rc.1
Release : 1.fc35
Architecture : noarch
Size : 42 k
Source : golang-filippo-edwards25519-1.0.0~rc.1-1.fc35.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