How to Install and Uninstall bzip3.x86_64 Package on Fedora 39

Last updated: January 16,2025

1. Install "bzip3.x86_64" package

Please follow the guidelines below to install bzip3.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install bzip3.x86_64

2. Uninstall "bzip3.x86_64" package

This guide covers the steps necessary to uninstall bzip3.x86_64 on Fedora 39:

$ sudo dnf remove bzip3.x86_64 $ sudo dnf autoremove

3. Information about the bzip3.x86_64 package on Fedora 39

Last metadata expiration check: 5:26:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : bzip3
Version : 1.4.0
Release : 1.fc39
Architecture : x86_64
Size : 26 k
Source : bzip3-1.4.0-1.fc39.src.rpm
Repository : updates
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.