How to Install and Uninstall bzip2 Package on Kali Linux

Last updated: April 29,2024

1. Install "bzip2" package

This guide covers the steps necessary to install bzip2 on Kali Linux

$ sudo apt update $ sudo apt install bzip2

2. Uninstall "bzip2" package

Please follow the steps below to uninstall bzip2 on Kali Linux:

$ sudo apt remove bzip2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the bzip2 package on Kali Linux

Package: bzip2
Source: bzip2 (1.0.8-5)
Version: 1.0.8-5+b2
Installed-Size: 112
Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Replaces: libbz2 (<< 0.9.5d-3)
Depends: libbz2-1.0 (= 1.0.8-5+b2), libc6 (>= 2.34)
Suggests: bzip2-doc
Size: 40528
SHA256: 2932346b008ffa381c532569194f0143bdfcc43787475e31d3a144b6c1bf357d
SHA1: eef462f30e70d5899dfd751498d5535554d43d3a
MD5sum: 166a33497742a72234e2a7ac0a27b0d5
Description: high-quality block-sorting file compressor - utilities
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: foreign
Homepage: https://sourceware.org/bzip2/
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::compressing, works-with-format::TODO,
works-with::archive, works-with::file
Section: utils
Priority: standard
Filename: pool/main/b/bzip2/bzip2_1.0.8-5+b2_amd64.deb