How to Install and Uninstall libbigint-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "libbigint-dev" package

Here is a brief guide to show you how to install libbigint-dev on Kali Linux

$ sudo apt update $ sudo apt install libbigint-dev

2. Uninstall "libbigint-dev" package

This tutorial shows how to uninstall libbigint-dev on Kali Linux:

$ sudo apt remove libbigint-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libbigint-dev package on Kali Linux

Package: libbigint-dev
Source: bigint
Version: 2010.04.30-2
Installed-Size: 137
Maintainer: Boyuan Yang
Architecture: amd64
Depends: libbigint0 (= 2010.04.30-2)
Size: 31728
SHA256: 624ff8cc72e8e7b9d098043dd0ef9910ad517821e73bf4f18dfc363f7a0b4394
SHA1: 46ba50fe80c7b0e8321e496970fbee62ec7803e2
MD5sum: c3b92833783f660efb9b25c03cd665d4
Description: C++ Big Integer Library (development files)
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 development files for the library.
Description-md5: a97c2668be618997084f745daf8dd219
Multi-Arch: same
Homepage: https://mattmccutchen.net/bigint/
Section: libdevel
Priority: optional
Filename: pool/main/b/bigint/libbigint-dev_2010.04.30-2_amd64.deb