How to Install and Uninstall bzip2 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "bzip2" package

Here is a brief guide to show you how to install bzip2 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install bzip2

2. Uninstall "bzip2" package

Please follow the step by step instructions below to uninstall bzip2 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the bzip2 package on Ubuntu 20.10 (Groovy Gorilla)

Package: bzip2
Architecture: amd64
Version: 1.0.8-4ubuntu2
Multi-Arch: foreign
Priority: important
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 195
Depends: libbz2-1.0 (= 1.0.8-4ubuntu2), libc6 (>= 2.14)
Suggests: bzip2-doc
Replaces: libbz2 (<< 0.9.5d-3)
Filename: pool/main/b/bzip2/bzip2_1.0.8-4ubuntu2_amd64.deb
Size: 33336
MD5sum: dbf7657e0200f888ccacfbb36fa5754d
SHA1: d6bdd87daa6c0795e86d317df764a9702d12edf2
SHA256: 942dc95599c16200d715bf50c20bff9d2b4f2d78c29e56423929c6e9f76d1e3d
SHA512: 13bb2022b391e6f65311bcbf1f94b3ef2ac9e98689d2fc29e97c3d8827a1a400e83e603f4694c7a0b9cbf35444bdeac75e4ba507158de9df316a82263c8345ee
Homepage: https://sourceware.org/bzip2/
Description-en: 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: 1e71313ce794d3de1e3bc63ac58885b5
Task: minimal
Build-Essential: yes