How to Install and Uninstall perl-Crypt-DH.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Crypt-DH.noarch" package

In this section, we are going to explain the necessary steps to install perl-Crypt-DH.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Crypt-DH.noarch

2. Uninstall "perl-Crypt-DH.noarch" package

Please follow the steps below to uninstall perl-Crypt-DH.noarch on Fedora 36:

$ sudo dnf remove perl-Crypt-DH.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-DH.noarch package on Fedora 36

Last metadata expiration check: 5:56:34 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Crypt-DH
Version : 0.07
Release : 30.fc36
Architecture : noarch
Size : 16 k
Source : perl-Crypt-DH-0.07-30.fc36.src.rpm
Repository : fedora
Summary : Perl module implementing the Diffie-Hellman key exchange system
URL : https://metacpan.org/release/Crypt-DH
License : GPL+ or Artistic
Description : Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system.
: Diffie-Hellman is an algorithm by which two parties can agree on a shared
: secret key, known only to them. The secret is negotiated over an insecure
: network without the two parties ever passing the actual shared secret, or their
: private keys, between them.