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

Last updated: May 21,2024

1. Install "libmath-nocarry-perl" package

This is a short guide on how to install libmath-nocarry-perl on Kali Linux

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

2. Uninstall "libmath-nocarry-perl" package

This tutorial shows how to uninstall libmath-nocarry-perl on Kali Linux:

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

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

Package: libmath-nocarry-perl
Version: 1.115-1
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10388
SHA256: fe1717e236f7a65ae8e637d4869d5def3621c56557af5cc72575a59236b0edcd
SHA1: 66eeb1bc3e8e4f38800014ee9aafa97ad334cb79
MD5sum: e316ffda8ef0001d8fc536786ffef4db
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Math-NoCarry
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmath-nocarry-perl/libmath-nocarry-perl_1.115-1_all.deb