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

Last updated: April 18,2024

1. Install "perl-Test-Perl-Critic.noarch" package

This guide covers the steps necessary to install perl-Test-Perl-Critic.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Perl-Critic.noarch

2. Uninstall "perl-Test-Perl-Critic.noarch" package

This is a short guide on how to uninstall perl-Test-Perl-Critic.noarch on Amazon Linux 2:

$ sudo yum remove perl-Test-Perl-Critic.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Perl-Critic
Arch : noarch
Version : 1.02
Release : 10.amzn2
Size : 31 k
Repo : amzn2-core/2/x86_64
Summary : Use Perl::Critic in test programs
URL : http://search.cpan.org/dist/Test-Perl-Critic/
License : GPL+ or Artistic
Description : Test::Perl::Critic wraps the Perl::Critic engine in a convenient
: subroutine suitable for test programs written using the Test::More
: framework. This makes it easy to integrate coding-standards
: enforcement into the build process. For ultimate convenience (at
: the expense of some flexibility), see the criticism pragma.