How to Install and Uninstall pbzip2.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 12,2024

1. Install "pbzip2.x86_64" package

Here is a brief guide to show you how to install pbzip2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install pbzip2.x86_64

2. Uninstall "pbzip2.x86_64" package

Learn how to uninstall pbzip2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove pbzip2.x86_64 $ sudo dnf autoremove

3. Information about the pbzip2.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:14:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : pbzip2
Version : 1.1.13
Release : 1.el8
Architecture : x86_64
Size : 57 k
Source : pbzip2-1.1.13-1.el8.src.rpm
Repository : epel
Summary : Parallel implementation of bzip2
URL : https://launchpad.net/pbzip2
License : BSD
Description : 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 or newer (ie: anything compressed with pbzip2 can be
: decompressed with bzip2).