How To Install perl-Inline-Files.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Inline-Files.noarch in Amazon Linux 2. perl-Inline-Files.noarch is Allows for multiple inline files in a single perl file

Introduction

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

What is perl-Inline-Files.noarch

Inline the associated `’ file handle, to an arbitrary number of markers and associated file handles.

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

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

sudo yum -y install perl-Inline-Files.noarch

How To Uninstall perl-Inline-Files.noarch on Amazon Linux 2

To uninstall only the perl-Inline-Files.noarch package we can use the following command:

sudo yum remove perl-Inline-Files.noarch

perl-Inline-Files.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Inline-Files-0.68
/usr/share/doc/perl-Inline-Files-0.68/Changes
/usr/share/doc/perl-Inline-Files-0.68/README
/usr/share/doc/perl-Inline-Files-0.68/demo
/usr/share/doc/perl-Inline-Files-0.68/demo/XML.xml
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_XML
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_multiple.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_nowrite.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_persistence.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_persistence_simple.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_simple.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_singles.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_virtual.pl
/usr/share/doc/perl-Inline-Files-0.68/demo/demo_write.pl
/usr/share/man/man3/Inline::Files.3pm.gz
/usr/share/man/man3/Inline::Files::Virtual.3pm.gz
/usr/share/perl5/vendor_perl/Inline
/usr/share/perl5/vendor_perl/Inline/Files
/usr/share/perl5/vendor_perl/Inline/Files.pm
/usr/share/perl5/vendor_perl/Inline/Files/Virtual.pm

References

Summary

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