How to Install and Uninstall perl-IO-Zlib.src Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "perl-IO-Zlib.src" package

In this section, we are going to explain the necessary steps to install perl-IO-Zlib.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-IO-Zlib.src

2. Uninstall "perl-IO-Zlib.src" package

Here is a brief guide to show you how to uninstall perl-IO-Zlib.src on Oracle Linux 9:

$ sudo dnf remove perl-IO-Zlib.src $ sudo dnf autoremove

3. Information about the perl-IO-Zlib.src package on Oracle Linux 9

Last metadata expiration check: 2:21:55 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-IO-Zlib
Epoch : 1
Version : 1.11
Release : 4.el9
Architecture : src
Size : 21 k
Source : None
Repository : ol9_appstream
Summary : Perl IO:: style interface to Compress::Zlib
URL : https://metacpan.org/release/IO-Zlib
License : GPL+ or Artistic
Description : IO::Zlib provides an IO:: style interface to Compress::Zlib and hence to
: gzip/zlib-compressed files. It provides many of the same methods as the
: IO::Handle interface.