How To Install perl-Test-Inter.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Test-Inter.noarch in Amazon Linux 2. perl-Test-Inter.noarch is Framework for more readable interactive test scripts

Introduction

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

What is perl-Test-Inter.noarch

This is another framework for writing test scripts. It is loosely inspired by Test is not a drop-in replacement.

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

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

sudo yum -y install perl-Test-Inter.noarch

How To Uninstall perl-Test-Inter.noarch on Amazon Linux 2

To uninstall only the perl-Test-Inter.noarch package we can use the following command:

sudo yum remove perl-Test-Inter.noarch

perl-Test-Inter.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Test-Inter-1.05
/usr/share/doc/perl-Test-Inter-1.05/ChangeLog
/usr/share/doc/perl-Test-Inter-1.05/LICENSE
/usr/share/doc/perl-Test-Inter-1.05/README
/usr/share/doc/perl-Test-Inter-1.05/TODO
/usr/share/doc/perl-Test-Inter-1.05/examples
/usr/share/doc/perl-Test-Inter-1.05/examples/is
/usr/share/doc/perl-Test-Inter-1.05/examples/ok
/usr/share/doc/perl-Test-Inter-1.05/examples/plan
/usr/share/doc/perl-Test-Inter-1.05/examples/tests
/usr/share/doc/perl-Test-Inter-1.05/examples/use_ok
/usr/share/man/man3/Test::Inter.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Inter.pm
/usr/share/perl5/vendor_perl/Test/Inter.pod

References

Summary

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