How To Install perl-Test-Output.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Test-Output.noarch in Amazon Linux 2. perl-Test-Output.noarch is Utilities to test STDOUT and STDERR messages
Introduction
In this tutorial we learn how to install perl-Test-Output.noarch on Amazon Linux 2.
What is perl-Test-Output.noarch
Test to STDOUT or STDERR. A number of different utilities are included to try and be as flexible as possible to the tester.
We can use yum to install perl-Test-Output.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-Output.noarch.
Install perl-Test-Output.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-Output.noarch using yum by running the following command:
sudo yum -y install perl-Test-Output.noarch
How To Uninstall perl-Test-Output.noarch on Amazon Linux 2
To uninstall only the perl-Test-Output.noarch package we can use the following command:
sudo yum remove perl-Test-Output.noarch
perl-Test-Output.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Output-1.01
/usr/share/doc/perl-Test-Output-1.01/Changes
/usr/share/doc/perl-Test-Output-1.01/LICENSE
/usr/share/doc/perl-Test-Output-1.01/README
/usr/share/doc/perl-Test-Output-1.01/TODO
/usr/share/man/man3/Test::Output.3pm.gz
/usr/share/man/man3/Test::Output::Tie.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Output
/usr/share/perl5/vendor_perl/Test/Output.pm
/usr/share/perl5/vendor_perl/Test/Output/Tie.pm
References
Summary
In this tutorial we learn how to install perl-Test-Output.noarch on Amazon Linux 2 using yum.