How to Install and Uninstall perl-Crypt-Curve25519.x86_64 Package on Fedora 38

Last updated: October 11,2024

1. Install "perl-Crypt-Curve25519.x86_64" package

This tutorial shows how to install perl-Crypt-Curve25519.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Crypt-Curve25519.x86_64

2. Uninstall "perl-Crypt-Curve25519.x86_64" package

Please follow the step by step instructions below to uninstall perl-Crypt-Curve25519.x86_64 on Fedora 38:

$ sudo dnf remove perl-Crypt-Curve25519.x86_64 $ sudo dnf autoremove

3. Information about the perl-Crypt-Curve25519.x86_64 package on Fedora 38

Last metadata expiration check: 1:21:26 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-Crypt-Curve25519
Version : 0.07
Release : 2.fc38
Architecture : x86_64
Size : 28 k
Source : perl-Crypt-Curve25519-0.07-2.fc38.src.rpm
Repository : fedora
Summary : Generate shared secret using elliptic-curve Diffie-Hellman function
URL : https://metacpan.org/release/Crypt-Curve25519
License : (GPL-1.0-or-later OR Artistic-1.0-Perl) AND BSD-3-Clause
Description : Curve25519 is a Diffie-Hellman function suitable for a wide variety of
: applications.
:
: Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte
: public key. Given the user's 32-byte secret key and another user's 32-byte
: public key, Curve25519 computes a 32-byte secret shared by the two users. This
: secret can then be used to authenticate and encrypt messages between the two
: users.