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

Last updated: May 10,2024

1. Install "libmath-bigint-perl" package

Here is a brief guide to show you how to install libmath-bigint-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-bigint-perl" package

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

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

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

Package: libmath-bigint-perl
Priority: optional
Section: universe/perl
Installed-Size: 499
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.999715-1
Depends: perl
Filename: pool/universe/libm/libmath-bigint-perl/libmath-bigint-perl_1.999715-1_all.deb
Size: 145030
MD5sum: 20e37a668ffc2529c6d6eab186a17ca3
SHA1: ce41a40ef45eb124800c3b85f72ee117d566db31
SHA256: 0ea94b170c79d3ac01f7c925c86e4c83f936e45275433bafd4f9e6fdbce3fb99
Description-en: arbitrary size integer/float math package
Math::BigInt and Math::BigFloat allow one to declare big integers / floating
point numbers as
.
$i = new Math::BigInt '123_456_789_123_456_789';
$i = new Math::BigFloat '12_3.456_789_123_456_789E-2';
.
All operators are overloaded; operations with overloaded operators preserve
the arguments.
.
Math::BigInt is also in perl core, this package provides newer versions
separately.
Description-md5: 53dcc3769a4626041d0bf9e7c0f754d8
Homepage: https://metacpan.org/release/Math-BigInt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu