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

Last updated: January 11,2025

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

This guide covers the steps necessary to install perl-Crypt-Curve25519.x86_64 on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Crypt-Curve25519.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 3:46:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Crypt-Curve25519
Version : 0.06
Release : 1.fc36
Architecture : x86_64
Size : 34 k
Source : perl-Crypt-Curve25519-0.06-1.fc36.src.rpm
Repository : fedora
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.