How to Install and Uninstall bzip3-libs.x86_64 Package on CentOS Stream 8

Last updated: July 04,2024

1. Install "bzip3-libs.x86_64" package

In this section, we are going to explain the necessary steps to install bzip3-libs.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install bzip3-libs.x86_64

2. Uninstall "bzip3-libs.x86_64" package

Please follow the guidance below to uninstall bzip3-libs.x86_64 on CentOS Stream 8:

$ sudo dnf remove bzip3-libs.x86_64 $ sudo dnf autoremove

3. Information about the bzip3-libs.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:13:31 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : bzip3-libs
Version : 1.3.1
Release : 1.el8
Architecture : x86_64
Size : 49 k
Source : bzip3-1.3.1-1.el8.src.rpm
Repository : epel
Summary : Shared libraries for bzip3 compression and decompresion
URL : https://github.com/kspalaiologos/bzip3
License : LGPL-3.0-or-later AND Apache-2.0
Description : This is a library for compressing and decompressing bzip3 compression format.
: bzip3 features higher compression ratios and better performance than bzip2
: thanks to an order-0 context mixing entropy coder, a fast Burrows-Wheeler
: transform code making use of suffix arrays and a run-length encoding with
: Lempel-Ziv prediction pass based on LZ77-style string matching and PPM-style
: context modeling.