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

Last updated: September 20,2024

1. Install "libmath-prime-util-gmp-perl" package

This is a short guide on how to install libmath-prime-util-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-prime-util-gmp-perl" package

This guide let you learn how to uninstall libmath-prime-util-gmp-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-prime-util-gmp-perl
Priority: optional
Section: universe/perl
Installed-Size: 421
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.35-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14), libgmp10 (>= 2:5.1.1)
Recommends: libmath-prime-util-perl (>= 0.52)
Filename: pool/universe/libm/libmath-prime-util-gmp-perl/libmath-prime-util-gmp-perl_0.35-1build1_amd64.deb
Size: 188442
MD5sum: 4e7681981bd727abddd4450752fc5777
SHA1: 4d495752b740e36be05086fc080afb216fe99884
SHA256: 0ec28e5047938dc08737b608688602aab1abf29dc2cc39afd596b903b7cb086d
Description-en: utilities related to prime numbers, using GMP
Math::Prime::Util::GMP contains a set of utilities related to prime numbers,
using GMP. This includes primality tests, getting primes in a range, and
factoring.
.
While it certainly can be used directly, the main purpose of this module is
for Math::Prime::Util. That module will automatically load this if it is
installed, greatly speeding up many of its operations on big numbers.
.
Inputs and outputs for big numbers are via strings, so you do not need to use
a bigint package in your program. However if you do use bigints, inputs will
be converted internally so there is no need to convert before a call. Output
results are returned as either Perl scalars (for native-size) or strings (for
bigints). Math::Prime::Util tries to reconvert all strings back into the
callers bigint type if possible, which makes it more convenient for
calculations.
Description-md5: c652df25ba7baf70f97b9ebaab45379b
Homepage: https://metacpan.org/release/Math-Prime-Util-GMP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu