How to Install and Uninstall pbzip2.x86_64 Package on Fedora 35

Last updated: July 06,2024

1. Install "pbzip2.x86_64" package

This guide let you learn how to install pbzip2.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install pbzip2.x86_64

2. Uninstall "pbzip2.x86_64" package

Here is a brief guide to show you how to uninstall pbzip2.x86_64 on Fedora 35:

$ sudo dnf remove pbzip2.x86_64 $ sudo dnf autoremove

3. Information about the pbzip2.x86_64 package on Fedora 35

Last metadata expiration check: 5:56:05 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : pbzip2
Version : 1.1.13
Release : 5.fc35
Architecture : x86_64
Size : 52 k
Source : pbzip2-1.1.13-5.fc35.src.rpm
Repository : fedora
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).