How to Install and Uninstall perl-IO-Zlib.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

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

This guide covers the steps necessary to install perl-IO-Zlib.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This tutorial shows how to uninstall perl-IO-Zlib.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-IO-Zlib.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:08:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-IO-Zlib
Epoch : 1
Version : 1.11
Release : 4.el9
Architecture : noarch
Size : 21 k
Source : perl-IO-Zlib-1.11-4.el9.src.rpm
Repository : ubi-9-appstream-rpms
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.