How to Install and Uninstall perl-IO-Zlib.noarch Package on CentOS 7 / RHEL 7

Last updated: May 03,2024

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

Please follow the steps below to install perl-IO-Zlib.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-IO-Zlib.noarch

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

This guide covers the steps necessary to uninstall perl-IO-Zlib.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-IO-Zlib.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-IO-Zlib
Arch : noarch
Epoch : 1
Version : 1.10
Release : 299.el7_9
Size : 19 k
Repo : installed
From repo : updates
Summary : Perl IO:: style interface to Compress::Zlib
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : This modules provides an IO:: style interface to the
: Compress::Zlib package. The main advantage is that you can use an
: IO::Zlib object in much the same way as an IO::File object so you
: can have common code that doesn't know which sort of file it is
: using.