How To Install perl-IO-Zlib.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-IO-Zlib.noarch in Amazon Linux 2. perl-IO-Zlib.noarch is Perl IO

Introduction

In this tutorial we learn how to install perl-IO-Zlib.noarch on Amazon Linux 2.

What is perl-IO-Zlib.noarch

This modules provides an IO Compress IO can have common code that doesn’t know which sort of file it is using.

We can use yum to install perl-IO-Zlib.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Zlib.noarch.

Install perl-IO-Zlib.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-IO-Zlib.noarch using yum by running the following command:

sudo yum -y install perl-IO-Zlib.noarch

How To Uninstall perl-IO-Zlib.noarch on Amazon Linux 2

To uninstall only the perl-IO-Zlib.noarch package we can use the following command:

sudo yum remove perl-IO-Zlib.noarch

perl-IO-Zlib.noarch Package Contents on Amazon Linux 2

/usr/share/man/man3/IO::Zlib.3pm.gz
/usr/share/perl5/IO/Zlib.pm

References

Summary

In this tutorial we learn how to install perl-IO-Zlib.noarch on Amazon Linux 2 using yum.