How to Install and Uninstall perl-Compress-Bzip2.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Compress-Bzip2.x86_64" package

This guide let you learn how to install perl-Compress-Bzip2.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Compress-Bzip2.x86_64

2. Uninstall "perl-Compress-Bzip2.x86_64" package

Learn how to uninstall perl-Compress-Bzip2.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Compress-Bzip2.x86_64 $ sudo dnf autoremove

3. Information about the perl-Compress-Bzip2.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Compress-Bzip2
Version : 2.28
Release : 5.el9
Architecture : x86_64
Size : 74 k
Source : perl-Compress-Bzip2-2.28-5.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Interface to Bzip2 compression library
URL : https://metacpan.org/release/Compress-Bzip2
License : GPL+ or Artistic
Description : The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
: library. A relevant subset of the functionality provided by Bzip2 is available
: in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use
: the preferred IO::Compress::Bzip2 instead.