How To Install perl-Test-Tester.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Test-Tester.noarch in Amazon Linux 2. perl-Test-Tester.noarch is Ease testing test modules built with Test
Introduction
In this tutorial we learn how to install perl-Test-Tester.noarch on Amazon Linux 2.
What is perl-Test-Tester.noarch
If you have written a test module based on Test Test
We can use yum to install perl-Test-Tester.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-Tester.noarch.
Install perl-Test-Tester.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-Tester.noarch using yum by running the following command:
sudo yum -y install perl-Test-Tester.noarch
How To Uninstall perl-Test-Tester.noarch on Amazon Linux 2
To uninstall only the perl-Test-Tester.noarch package we can use the following command:
sudo yum remove perl-Test-Tester.noarch
perl-Test-Tester.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Tester-0.109
/usr/share/doc/perl-Test-Tester-0.109/ARTISTIC
/usr/share/doc/perl-Test-Tester-0.109/CHANGES
/usr/share/doc/perl-Test-Tester-0.109/README
/usr/share/doc/perl-Test-Tester-0.109/TODO
/usr/share/man/man3/Test::Tester.3pm.gz
/usr/share/man/man3/Test::Tester::Capture.3pm.gz
/usr/share/man/man3/Test::Tester::CaptureRunner.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Tester
/usr/share/perl5/vendor_perl/Test/Tester.pm
/usr/share/perl5/vendor_perl/Test/Tester/Capture.pm
/usr/share/perl5/vendor_perl/Test/Tester/CaptureRunner.pm
/usr/share/perl5/vendor_perl/Test/Tester/Delegate.pm
References
Summary
In this tutorial we learn how to install perl-Test-Tester.noarch on Amazon Linux 2 using yum.