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

Last updated: May 17,2024

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

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

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

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

Please follow the step by step instructions below to uninstall libmath-prime-util-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-prime-util-perl
Priority: optional
Section: universe/perl
Installed-Size: 974
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.57-1
Depends: libbytes-random-secure-perl, libmath-prime-util-gmp-perl, perl (>= 5.22.1-3), perlapi-5.22.1, libc6 (>= 2.14)
Recommends: libmath-bigint-gmp-perl, libmath-mpfr-perl
Filename: pool/universe/libm/libmath-prime-util-perl/libmath-prime-util-perl_0.57-1_amd64.deb
Size: 344284
MD5sum: 418b70904fe4f4cb6ca41abb11a66b3a
SHA1: 1526cd409b5ef4649de518119e108195599bc7ac
SHA256: 3c8daf5cc04ca93752bd1502998ce542e41917c30f9bca52e6b506edc68f374d
Description-en: utilities related to prime numbers, including fast sieves and factoring
Math::Prime::Util is a set of perl utilities related to prime
numbers. These include multiple sieving methods, is_prime,
prime_count, nth_prime, approximations and bounds for the prime_count
and nth prime, next_prime and prev_prime, factoring utilities, and
more.
.
The default sieving and factoring are intended to be (and currently are) the
fastest on CPAN, including Math::Prime::XS, Math::Prime::FastSieve,
Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors,
Math::Factoring, and Math::Primality (when the GMP module is available). For
numbers in the 10-20 digit range, it is often orders of magnitude faster.
Typically it is faster than Math::Pari for 64-bit operations.
.
All operations support both Perl UV's (32-bit or 64-bit) and bignums. It
requires no external software for big number support, as there are Perl
implementations included that solely use Math::BigInt and Math::BigFloat.
However, performance will be improved for most big number functions by
installing Math::Prime::Util::GMP, and is definitely recommended if you do
many bignum operations. Also look into Math::Pari as an alternative.
Description-md5: bed77692d09193d886c8cb183a6ff27f
Homepage: https://metacpan.org/release/Math-Prime-Util
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu