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

Last updated: May 02,2024

1. Install "libbz2-dev" package

This guide let you learn how to install libbz2-dev on Kali Linux

$ sudo apt update $ sudo apt install libbz2-dev

2. Uninstall "libbz2-dev" package

This guide covers the steps necessary to uninstall libbz2-dev on Kali Linux:

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

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

Package: libbz2-dev
Source: bzip2 (1.0.8-5)
Version: 1.0.8-5+b2
Installed-Size: 97
Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Replaces: bzip2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+b2), libc6-dev | libc-dev
Recommends: bzip2-doc
Size: 31276
SHA256: 67c0005d99062f510a8c11c8cfbdf9de4ac4c355fe630db3f87f8873d8149f85
SHA1: 936fa4cf1895008e9044905f7e8411575e295146
MD5sum: 8ee54acc0fbbc143ae8e05a807b0a685
Description: high-quality block-sorting file compressor library - development
Static libraries and include files for the bzip2 compressor library.
.
bzip2 is a freely available, patent free, data compressor.
.
bzip2 compresses files using the Burrows-Wheeler block-sorting text
compression algorithm, and Huffman coding. Compression is generally
considerably better than that achieved by more conventional
LZ77/LZ78-based compressors, and approaches the performance of the PPM
family of statistical compressors.
.
The archive file format of bzip2 (.bz2) is incompatible with that of its
predecessor, bzip (.bz).
Description-md5:
Multi-Arch: same
Homepage: https://sourceware.org/bzip2/
Tag: devel::library, role::devel-lib, role::program, use::compressing
Section: libdevel
Priority: optional
Filename: pool/main/b/bzip2/libbz2-dev_1.0.8-5+b2_amd64.deb