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

Last updated: October 07,2024

1. Install "bzip3.x86_64" package

Here is a brief guide to show you how to install bzip3.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install bzip3.x86_64

2. Uninstall "bzip3.x86_64" package

This tutorial shows how to uninstall bzip3.x86_64 on CentOS Stream 8:

$ sudo dnf remove bzip3.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:27:01 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : bzip3
Version : 1.3.1
Release : 1.el8
Architecture : x86_64
Size : 25 k
Source : bzip3-1.3.1-1.el8.src.rpm
Repository : epel
Summary : Tools for compressing and decompressing bzip3 files
URL : https://github.com/kspalaiologos/bzip3
License : LGPL-3.0-or-later AND BSD-2-Clause
Description : These are tools for compressing, decompressing, printing, and searching bzip3
: files. 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.