How to Install and Uninstall perl-IO-Zlib.noarch Package on Amazon Linux 2

Last updated: October 05,2024

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

Here is a brief guide to show you how to install perl-IO-Zlib.noarch on Amazon Linux 2

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

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

This tutorial shows how to uninstall perl-IO-Zlib.noarch on Amazon Linux 2:

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

3. Information about the perl-IO-Zlib.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-IO-Zlib
Arch : noarch
Epoch : 1
Version : 1.10
Release : 299.amzn2.0.1
Size : 52 k
Repo : amzn2-core/2/x86_64
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.