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

Last updated: October 05,2024

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

Please follow the guidance below to install perl-Crypt-Curve25519.x86_64 on Fedora 34

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

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

This tutorial shows how to uninstall perl-Crypt-Curve25519.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:13:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Crypt-Curve25519
Version : 0.06
Release : 1.fc34
Architecture : x86_64
Size : 33 k
Source : perl-Crypt-Curve25519-0.06-1.fc34.src.rpm
Repository : updates
Summary : Generate shared secret using elliptic-curve Diffie-Hellman function
URL : https://metacpan.org/release/Crypt-Curve25519
License : GPL+ or Artistic
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.