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

Last updated: October 14,2024

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

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

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

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

Here is a brief guide to show you how to uninstall golang-filippo-edwards25519-devel.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:01:35 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-filippo-edwards25519-devel
Version : 1.0.0
Release : 1.fc38
Architecture : noarch
Size : 49 k
Source : golang-filippo-edwards25519-1.0.0-1.fc38.src.rpm
Repository : updates
Summary : Safer, faster, and more powerful low-level edwards25519 Go implementation
URL : https://github.com/FiloSottile/edwards25519
License : BSD-3-Clause
Description : This library implements the edwards25519 elliptic curve, exposing the necessary
: APIs to build a wide array of higher-level primitives.
:
: 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