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

In this tutorial we learn how to install perl-IO-stringy.noarch in Amazon Linux 2. perl-IO-stringy.noarch is I/O on in-core objects like strings and arrays for Perl

Introduction

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

What is perl-IO-stringy.noarch

This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things other than normal filehandles; in particular, IO IO In the more-traditional IO which may be used to painlessly create files that are updated atomically. And in the “this-may-prove-useful” corner, we have IO exported wraphandle() function will clothe anything that’s not a blessed object in an IO use OO syntax and stop worrying about whether your function’s caller handed you a string, a globref, or a FileHandle.

We can use yum to install perl-IO-stringy.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-stringy.noarch.

Install perl-IO-stringy.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-stringy.noarch using yum by running the following command:

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

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

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

sudo yum remove perl-IO-stringy.noarch

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

/usr/share/doc/perl-IO-stringy-2.110
/usr/share/doc/perl-IO-stringy-2.110/COPYING
/usr/share/doc/perl-IO-stringy-2.110/README
/usr/share/doc/perl-IO-stringy-2.110/examples
/usr/share/doc/perl-IO-stringy-2.110/examples/IO_Scalar_synopsis
/usr/share/man/man3/IO::AtomicFile.3pm.gz
/usr/share/man/man3/IO::InnerFile.3pm.gz
/usr/share/man/man3/IO::Lines.3pm.gz
/usr/share/man/man3/IO::Scalar.3pm.gz
/usr/share/man/man3/IO::ScalarArray.3pm.gz
/usr/share/man/man3/IO::Stringy.3pm.gz
/usr/share/man/man3/IO::Wrap.3pm.gz
/usr/share/man/man3/IO::WrapTie.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/AtomicFile.pm
/usr/share/perl5/vendor_perl/IO/InnerFile.pm
/usr/share/perl5/vendor_perl/IO/Lines.pm
/usr/share/perl5/vendor_perl/IO/Scalar.pm
/usr/share/perl5/vendor_perl/IO/ScalarArray.pm
/usr/share/perl5/vendor_perl/IO/Stringy.pm
/usr/share/perl5/vendor_perl/IO/Wrap.pm
/usr/share/perl5/vendor_perl/IO/WrapTie.pm

References

Summary

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