How to Install and Uninstall libcrypt-dh-gmp-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

Please follow the guidance below to install libcrypt-dh-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall libcrypt-dh-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcrypt-dh-gmp-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrypt-dh-gmp-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.00012-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libgmp10
Filename: pool/universe/libc/libcrypt-dh-gmp-perl/libcrypt-dh-gmp-perl_0.00012-1build2_amd64.deb
Size: 16744
MD5sum: 213e00227bd541e7be6a284afbbe306e
SHA1: 23c03e3fdb5f818571c2fc72cf1f8b9f707718c3
SHA256: 213fe71d6ae13f2a21356686118d96c638fd06a8b94a6462b55ed72ec5a15493
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
Homepage: https://metacpan.org/release/Crypt-DH-GMP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu