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

Last updated: May 07,2024

1. Install "libmath-gmp-perl" package

In this section, we are going to explain the necessary steps to install libmath-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmath-gmp-perl

2. Uninstall "libmath-gmp-perl" package

Please follow the guidance below to uninstall libmath-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmath-gmp-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmath-gmp-perl
Priority: optional
Section: universe/perl
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.11-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5), libgmp10
Filename: pool/universe/libm/libmath-gmp-perl/libmath-gmp-perl_2.11-1build1_amd64.deb
Size: 24604
MD5sum: 16d43dd340aadb879c3c85841367e00f
SHA1: 4c89a7b2d932e38c61334745c2e9a671c23b14fc
SHA256: 8ca4999340e6e23f28d149cee9d625155e2cd793a2c31b3884a17fff7f45c4d4
Description-en: high speed arbitrary size integer math for perl
Math::GMP was designed to be a drop-in replacement both for
Math::BigInt and for regular integer arithmetic. Unlike BigInt,
though, Math::GMP uses the GNU gmp library for all of its
calculations, as opposed to straight Perl functions. This can result
in speed improvements.
.
The downside is that this module is not 100% compatible to Math::BigInt.
Description-md5: b0166d75f02e02d173a8378095d0c6d9
Homepage: https://metacpan.org/release/Math-GMP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu