How to Install and Uninstall libcrypt-dh-gmp-perl Package on Kali Linux

Last updated: November 26,2024

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

This guide covers the steps necessary to install libcrypt-dh-gmp-perl on Kali Linux

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

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

This tutorial shows how to uninstall libcrypt-dh-gmp-perl on Kali Linux:

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

3. Information about the libcrypt-dh-gmp-perl package on Kali Linux

Package: libcrypt-dh-gmp-perl
Source: libcrypt-dh-gmp-perl (0.00012-2)
Version: 0.00012-2+b2
Installed-Size: 63
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg)
Size: 17236
SHA256: 9c38dafd1ece5e751762b3001eca99589c6069ac7b379defc8b1b4eca0fa48af
SHA1: c114a15489294b1e3a6f727244544e060c542095
MD5sum: f1590eeb8904f7a5b6c93e7be4ee36ad
Description: 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:
Homepage: https://metacpan.org/release/Crypt-DH-GMP
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-dh-gmp-perl/libcrypt-dh-gmp-perl_0.00012-2+b2_amd64.deb