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

Last updated: May 02,2024

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

Please follow the step by step instructions below to install perl-Perl-Critic.noarch on Amazon Linux 2

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

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

This tutorial shows how to uninstall perl-Perl-Critic.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Perl-Critic
Arch : noarch
Version : 1.118
Release : 5.amzn2
Size : 925 k
Repo : amzn2-core/2/x86_64
Summary : Critique Perl source code for best-practices
URL : http://search.cpan.org/dist/Perl-Critic/
License : GPL+ or Artistic
Description : Perl::Critic is an extensible framework for creating and applying
: coding standards to Perl source code. Essentially, it is a static
: source code analysis engine. Perl::Critic is distributed with a
: number of Perl::Critic::Policy modules that attempt to enforce
: various coding guidelines. Most Policy modules are based on Damian
: Conway's book Perl Best Practices. However, Perl::Critic is not
: limited to PBP and will even support Policies that contradict
: Conway. You can enable, disable, and customize those Polices
: through the Perl::Critic interface. You can also create new Policy
: modules that suit your own tastes.