How to Install and Uninstall pbzip2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "pbzip2" package

Please follow the guidance below to install pbzip2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pbzip2

2. Uninstall "pbzip2" package

This tutorial shows how to uninstall pbzip2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pbzip2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pbzip2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pbzip2
Priority: optional
Section: universe/utils
Installed-Size: 118
Maintainer: Ubuntu Developers
Original-Maintainer: Anibal Monsalve Salazar
Architecture: amd64
Version: 1.1.9-1
Depends: libbz2-1.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.9)
Filename: pool/universe/p/pbzip2/pbzip2_1.1.9-1_amd64.deb
Size: 36338
MD5sum: a6eb88af22077cfbac492af8cb6fcb37
SHA1: 26e0149576cd18f43bb48870c48eeb59bece66c5
SHA256: cd9c6126ac042944c7b6e9950e16f72547b7badea1176a92b5e1786eb63a46a1
Description-en: parallel bzip2 implementation
pbzip2 is a parallel implementation of the bzip2 block-sorting file
compressor that uses pthreads and achieves near-linear speedup on SMP
machines. The output of this version is fully compatible with bzip2
v1.0.2 (ie: anything compressed with pbzip2 can be decompressed with
bzip2).
Description-md5: dff6f148708c0a74546b0e7ad93ddf40
Homepage: http://compression.ca/pbzip2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Task: ubuntu-sdk