How to Install and Uninstall ed25519-java.noarch Package on Fedora 34
Last updated: November 17,2024
1. Install "ed25519-java.noarch" package
This guide covers the steps necessary to install ed25519-java.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
ed25519-java.noarch
Copied
2. Uninstall "ed25519-java.noarch" package
This guide covers the steps necessary to uninstall ed25519-java.noarch on Fedora 34:
$
sudo dnf remove
ed25519-java.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the ed25519-java.noarch package on Fedora 34
Last metadata expiration check: 3:36:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ed25519-java
Version : 0.3.0
Release : 9.fc34
Architecture : noarch
Size : 71 k
Source : ed25519-java-0.3.0-9.fc34.src.rpm
Repository : fedora
Summary : Implementation of EdDSA (Ed25519) in Java
URL : https://github.com/str4d/ed25519-java
License : CC0
Description : This is an implementation of EdDSA in Java. Structurally, it
: is based on the ref10 implementation in SUPERCOP (see
: http://ed25519.cr.yp.to/software.html).
:
: There are two internal implementations:
:
: * A port of the radix-2^51 operations in ref10
: - fast and constant-time, but only useful for Ed25519.
: * A generic version using BigIntegers for calculation
: - a bit slower and not constant-time, but compatible
: with any EdDSA parameter specification.
Available Packages
Name : ed25519-java
Version : 0.3.0
Release : 9.fc34
Architecture : noarch
Size : 71 k
Source : ed25519-java-0.3.0-9.fc34.src.rpm
Repository : fedora
Summary : Implementation of EdDSA (Ed25519) in Java
URL : https://github.com/str4d/ed25519-java
License : CC0
Description : This is an implementation of EdDSA in Java. Structurally, it
: is based on the ref10 implementation in SUPERCOP (see
: http://ed25519.cr.yp.to/software.html).
:
: There are two internal implementations:
:
: * A port of the radix-2^51 operations in ref10
: - fast and constant-time, but only useful for Ed25519.
: * A generic version using BigIntegers for calculation
: - a bit slower and not constant-time, but compatible
: with any EdDSA parameter specification.