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

Last updated: May 06,2024

1. Install "libmath-nocarry-perl" package

Please follow the step by step instructions below to install libmath-nocarry-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libmath-nocarry-perl" package

This is a short guide on how to uninstall libmath-nocarry-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmath-nocarry-perl
Priority: optional
Section: universe/perl
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.11-3
Depends: perl
Filename: pool/universe/libm/libmath-nocarry-perl/libmath-nocarry-perl_1.11-3_all.deb
Size: 8840
MD5sum: 207f5b80f9ecb4ef7f11daecea878ba3
SHA1: db7e1cb4144df3bf04e7c9615e10b64a272157ea
SHA256: 24d047b25fb1b9e01fc02af4bcd5b27c59d9931a27a7c856a2ec5e85406a280d
Description-en: Perl module for no carry arithmetic
The perl module Math::NoCarry implememnts no carry arithmetic which
doesn't allow you to carry digits to the next column. For example,
if you add 8 and 4, you normally expect the answer to be 12, but that
1 digit is a carry. In no carry arithmetic you can't do that, so the
sum of 8 and 4 is just 2. In effect, this is addition modulo 10 in
each column. The following example discards all of the carry digits:
.
1234
+ 5678
------
6802
.
For multiplication, the result of pair-wise multiplication
of digits is the modulo 10 value of their normal, everyday
multiplication.
Description-md5: eb9bcb53abda27f44902bb4790ac4a9d
Homepage: https://metacpan.org/release/Math-NoCarry
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu