How to Install and Uninstall libtommath1 Package on Kali Linux

Last updated: May 15,2024

1. Install "libtommath1" package

Please follow the guidelines below to install libtommath1 on Kali Linux

$ sudo apt update $ sudo apt install libtommath1

2. Uninstall "libtommath1" package

This guide covers the steps necessary to uninstall libtommath1 on Kali Linux:

$ sudo apt remove libtommath1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtommath1 package on Kali Linux

Package: libtommath1
Source: libtommath
Version: 1.2.1-2
Installed-Size: 152
Maintainer: Debian Rakudo Maintainers
Architecture: amd64
Depends: libc6 (>= 2.25)
Size: 62676
SHA256: 58bd2f231ff5c5187bd092da7d745c27a35c11d7a1ca44ff7c5f4e4d260507c7
SHA1: 6d79d9b295e25f4e4065bbe26db3400357dddbd9
MD5sum: afd1d4bd036a0c23ee43b5a8d6554f9b
Description: multiple-precision integer library [runtime]
LibTomMath is a C language library that provides a vast array of highly
optimized functions for number theory; including:
.
* Simple Algebra (Addition, Subtraction, Multiplication, Division)
* Digit Manipulation (shift, binary AND/OR/XOR)
* Modular Reduction (Barrett, Montgomery, DR, 2k)
* Number Theory
- Greatest Common Divisor
- Least Common Multiple
- Jacobi Symbol Computation
- Multiplicative Inverse
- Modular Exponentiation
- Fermat & Miller-Rabin Primality Tests
* Miscellaneous
- Root finding over Z
- Pseudo-random integers
- Signed & Unsigned comparisons
- Karatsuba and Toom-Cook multiplication algorithms
- Fast Comba based Multiplier, Squaring and Montgomery routines
.
This package contains the library needed to run programs that
use LibTomMath.
Description-md5:
Multi-Arch: same
Homepage: http://www.libtom.net/LibTomMath/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libt/libtommath/libtommath1_1.2.1-2_amd64.deb