How to Install and Uninstall ed25519-java.noarch Package on Fedora 38
Last updated: November 28,2024
1. Install "ed25519-java.noarch" package
Please follow the instructions below to install ed25519-java.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
ed25519-java.noarch
Copied
2. Uninstall "ed25519-java.noarch" package
This tutorial shows how to uninstall ed25519-java.noarch on Fedora 38:
$
sudo dnf remove
ed25519-java.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the ed25519-java.noarch package on Fedora 38
Last metadata expiration check: 5:48:12 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ed25519-java
Version : 0.3.0
Release : 17.fc38
Architecture : noarch
Size : 71 k
Source : ed25519-java-0.3.0-17.fc38.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 : 17.fc38
Architecture : noarch
Size : 71 k
Source : ed25519-java-0.3.0-17.fc38.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.