How To Install perl-Test-Requires.noarch on Amazon Linux 2
In this tutorial we learn how to install perl-Test-Requires.noarch in Amazon Linux 2. perl-Test-Requires.noarch is Checks to see if a given module can be loaded
Introduction
In this tutorial we learn how to install perl-Test-Requires.noarch on Amazon Linux 2.
What is perl-Test-Requires.noarch
Test If this fails, rather than failing tests this skips all tests.
We can use yum to install perl-Test-Requires.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-Requires.noarch.
Install perl-Test-Requires.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-Requires.noarch using yum by running the following command:
sudo yum -y install perl-Test-Requires.noarch
How To Uninstall perl-Test-Requires.noarch on Amazon Linux 2
To uninstall only the perl-Test-Requires.noarch package we can use the following command:
sudo yum remove perl-Test-Requires.noarch
perl-Test-Requires.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Requires-0.06
/usr/share/doc/perl-Test-Requires-0.06/Changes
/usr/share/doc/perl-Test-Requires-0.06/README
/usr/share/doc/perl-Test-Requires-0.06/t
/usr/share/doc/perl-Test-Requires-0.06/t/00_compile.t
/usr/share/doc/perl-Test-Requires-0.06/t/01_simple.t
/usr/share/doc/perl-Test-Requires-0.06/t/02_no_plan.t
/usr/share/doc/perl-Test-Requires-0.06/t/03_import_hashref.t
/usr/share/doc/perl-Test-Requires-0.06/t/04_import_array.t
/usr/share/doc/perl-Test-Requires-0.06/t/05_success.t
/usr/share/doc/perl-Test-Requires-0.06/xt
/usr/share/doc/perl-Test-Requires-0.06/xt/01_podspell.t
/usr/share/doc/perl-Test-Requires-0.06/xt/02_perlcritic.t
/usr/share/doc/perl-Test-Requires-0.06/xt/03_pod.t
/usr/share/doc/perl-Test-Requires-0.06/xt/perlcriticrc
/usr/share/man/man3/Test::Requires.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Requires.pm
References
Summary
In this tutorial we learn how to install perl-Test-Requires.noarch on Amazon Linux 2 using yum.