How To Install perl-Test-Manifest.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install perl-Test-Manifest.noarch
on Amazon Linux 2.
What is perl-Test-Manifest.noarch
MakeMaker assumes that you want to run all of the .t files in the t/ directory in ascii-betical order during make test unless you say otherwise. This leads to some interesting naming schemes for test files to get them in the desired order. You can specify any order or any files that you like, though, with the test directive to WriteMakefile. Test tests you want to run and the order in which you want to run them. It constructs the right value for MakeMaker to do the right thing.
We can use yum
to install perl-Test-Manifest.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-Manifest.noarch.
Install perl-Test-Manifest.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-Manifest.noarch
using yum
by running the following command:
sudo yum -y install perl-Test-Manifest.noarch
How To Uninstall perl-Test-Manifest.noarch on Amazon Linux 2
To uninstall only the perl-Test-Manifest.noarch
package we can use the following command:
sudo yum remove perl-Test-Manifest.noarch
perl-Test-Manifest.noarch Package Contents on Amazon Linux 2
/usr/share/doc/perl-Test-Manifest-1.23
/usr/share/doc/perl-Test-Manifest-1.23/Changes
/usr/share/doc/perl-Test-Manifest-1.23/LICENSE
/usr/share/doc/perl-Test-Manifest-1.23/README
/usr/share/man/man3/Test::Manifest.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Manifest.pm
References
Summary
In this tutorial we learn how to install perl-Test-Manifest.noarch
on Amazon Linux 2 using yum.