How to Install and Uninstall libmath-nocarry-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "libmath-nocarry-perl" package

Here is a brief guide to show you how to install libmath-nocarry-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libmath-nocarry-perl" package

Please follow the instructions below to uninstall libmath-nocarry-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libmath-nocarry-perl package on Ubuntu 21.10 (Impish Indri)

Package: libmath-nocarry-perl
Architecture: all
Version: 1.113-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 32
Depends: perl:any
Filename: pool/universe/libm/libmath-nocarry-perl/libmath-nocarry-perl_1.113-1_all.deb
Size: 11456
MD5sum: 2045a0c2ff8f2622308eea1857e3b5a5
SHA1: 0f28c4b2cba1dda7a479e9c45f2aa9def7404d4d
SHA256: 5c9f4f60feb4128e8f61005f86d0cf0ee23bea0349f9b2d328531f2ef330b508
SHA512: 7581eeee28c85f4536a4050119014d7dd09e2b6d8537ed5c7bfbb683ccbd2d56810988327fd311df7437d08a61b9cf87187d3eb2e2d3ab13590a286ebd3e1a58
Homepage: https://metacpan.org/release/Math-NoCarry
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