How to Install and Uninstall libbigint0 Package on Kali Linux

Last updated: May 13,2024

1. Install "libbigint0" package

This tutorial shows how to install libbigint0 on Kali Linux

$ sudo apt update $ sudo apt install libbigint0

2. Uninstall "libbigint0" package

Please follow the guidance below to uninstall libbigint0 on Kali Linux:

$ sudo apt remove libbigint0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbigint0 package on Kali Linux

Package: libbigint0
Source: bigint
Version: 2010.04.30-2
Installed-Size: 63
Maintainer: Boyuan Yang
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Size: 21860
SHA256: 80ada35ea1b1436d240d4977c6c854ca81c260dc16653464d58b4bc26267ec40
SHA1: d7d4bdff4e813b9773abeff9c8e4e26494a85deb
MD5sum: 11e6a3d688ac1d6ce9ea4f7e0d9f9446
Description: C++ Big Integer Library
You can use this library in a C++ program to do arithmetic
on integers of size limited only by your computer's memory.
The library provides BigUnsigned and BigInteger classes that
represent nonnegative integers and signed integers,
respectively.
.
This package provides the shared library.
Description-md5: ab6fec8596a531c1db36041d94b5bee6
Multi-Arch: same
Homepage: https://mattmccutchen.net/bigint/
Section: libs
Priority: optional
Filename: pool/main/b/bigint/libbigint0_2010.04.30-2_amd64.deb