How to Install and Uninstall libcrypt-dh-gmp-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "libcrypt-dh-gmp-perl" package

Please follow the instructions below to install libcrypt-dh-gmp-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcrypt-dh-gmp-perl

2. Uninstall "libcrypt-dh-gmp-perl" package

This is a short guide on how to uninstall libcrypt-dh-gmp-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcrypt-dh-gmp-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrypt-dh-gmp-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcrypt-dh-gmp-perl
Architecture: amd64
Version: 0.00012-1build6
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 62
Depends: perl (>= 5.30.0-7), perlapi-5.30.0, libc6 (>= 2.14), libgmp10
Filename: pool/universe/libc/libcrypt-dh-gmp-perl/libcrypt-dh-gmp-perl_0.00012-1build6_amd64.deb
Size: 16428
MD5sum: 10c0cc04217790005f23630b3005001d
SHA1: e16ddc273d9259dfb15e510a758d6ded8a7efdfa
SHA256: 867ab58661171d4b9c9d85e399d919d3529c8dfdf5c5756029308caf8a0092e3
SHA512: aaa5c38a2bd4c3b39dd877ffda4a714f287617825b781ffc5685b130fd9e23e273ab9fd5ba93fc9c934b99a859ec634e95b4e63f470ac12161b5a1fb116bfe9e
Homepage: https://metacpan.org/release/Crypt-DH-GMP
Description-en: Crypt::DH replacement that uses GMP directly
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, implemented
mostly in C.
.
In the beginning, there was Crypt::DH. However, Crypt::DH suffers from a
couple of problems: GMP/Pari libraries are almost always required; Crypt::DH
additionally has Math::BigInt in between GMP. Instantiating an object
comes with a relatively high cost, and if you make many computations in one
go, your program will suffer dramatically because of this.
.
Crypt::DH::GMP attempts to alleviate these problems by providing a
Crypt::DH-compatible layer, which, instead of doing calculations via
Math::BigInt, directly works with libgmp in C.
.
This means that essentially 2 call stacks worth of expensive Perl method
calls are eliminated and also only load 1 (Crypt::DH::GMP) module instead of
3 (Crypt::DH + Math::BigInt + Math::BigInt::GMP) is needed.
.
These add up to a fairly significant increase in performance.
Description-md5: 6e9dc0ccabd81b84b4452795173a480e