How to Install and Uninstall perl-Crypt-Curve25519.x86_64 Package on Rocky Linux 8

Last updated: September 28,2024

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

Learn how to install perl-Crypt-Curve25519.x86_64 on Rocky Linux 8

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

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

Learn how to uninstall perl-Crypt-Curve25519.x86_64 on Rocky Linux 8:

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

3. Information about the perl-Crypt-Curve25519.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:16:29 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Crypt-Curve25519
Version : 0.06
Release : 1.el8
Architecture : x86_64
Size : 33 k
Source : perl-Crypt-Curve25519-0.06-1.el8.src.rpm
Repository : epel
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.