How to Install and Uninstall perl-Compress-Bzip2.src Package on Oracle Linux 9

Last updated: October 07,2024

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

Please follow the instructions below to install perl-Compress-Bzip2.src on Oracle Linux 9

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

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

Please follow the guidelines below to uninstall perl-Compress-Bzip2.src on Oracle Linux 9:

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

3. Information about the perl-Compress-Bzip2.src package on Oracle Linux 9

Last metadata expiration check: 2:09:17 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Compress-Bzip2
Version : 2.28
Release : 5.el9
Architecture : src
Size : 887 k
Source : None
Repository : ol9_appstream
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.