How to Install and Uninstall libmath-prime-util-perl Package on Kali Linux

Last updated: May 17,2024

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

Please follow the guidance below to install libmath-prime-util-perl on Kali Linux

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

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

Please follow the guidance below to uninstall libmath-prime-util-perl on Kali Linux:

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

3. Information about the libmath-prime-util-perl package on Kali Linux

Package: libmath-prime-util-perl
Source: libmath-prime-util-perl (0.73-2)
Version: 0.73-2+b3
Installed-Size: 1282
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.29), libmath-prime-util-gmp-perl
Recommends: libdigest-sha-perl, libmath-bigint-gmp-perl
Size: 452728
SHA256: e227b8510519eb54f2405c58d7f7d51c849500fe7476717870a13a61adcf5903
SHA1: f0721f8c95d6e7c7c8776f11b8a4e57d20e7eadc
MD5sum: cb21bbe19d11c7611e488e81a13d88ff
Description: 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:
Homepage: https://metacpan.org/release/Math-Prime-Util
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-prime-util-perl/libmath-prime-util-perl_0.73-2+b3_amd64.deb