How to Install and Uninstall perl-Test-Manifest.noarch Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "perl-Test-Manifest.noarch" package

This tutorial shows how to install perl-Test-Manifest.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Manifest.noarch

2. Uninstall "perl-Test-Manifest.noarch" package

Here is a brief guide to show you how to uninstall perl-Test-Manifest.noarch on Amazon Linux 2:

$ sudo yum remove perl-Test-Manifest.noarch $ sudo yum autoremove

3. Information about the perl-Test-Manifest.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Manifest
Arch : noarch
Version : 1.23
Release : 2.amzn2
Size : 17 k
Repo : amzn2-core/2/x86_64
Summary : Test case module for Perl
URL : http://search.cpan.org/dist/Test-Manifest/
License : GPL+ or Artistic
Description : 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::Manifest looks in the t/test_manifest file to find out which
: 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.