How To Install perl-Perl-Critic-Lax on Fedora 36

In this tutorial we learn how to install perl-Perl-Critic-Lax in Fedora 36. perl-Perl-Critic-Lax is Policies that let you slide on common exceptions

Introduction

In this tutorial we learn how to install perl-Perl-Critic-Lax on Fedora 36.

What is perl-Perl-Critic-Lax

The Perl-Critic-Lax distribution includes versions of core Perl modules with built-in exceptions. If you really like a Perl but find that you often violate it in a specific way that seems pretty darn reasonable, maybe there’s a Lax policy. If there isn’t, send one in!

We can use yum or dnf to install perl-Perl-Critic-Lax on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Perl-Critic-Lax.

Install perl-Perl-Critic-Lax on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Perl-Critic-Lax using dnf by running the following command:

sudo dnf -y install perl-Perl-Critic-Lax

Install perl-Perl-Critic-Lax on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Perl-Critic-Lax using yum by running the following command:

sudo yum -y install perl-Perl-Critic-Lax

How To Uninstall perl-Perl-Critic-Lax on Fedora 36

To uninstall only the perl-Perl-Critic-Lax package we can use the following command:

sudo dnf remove perl-Perl-Critic-Lax

perl-Perl-Critic-Lax Package Contents on Fedora 36

/usr/share/doc/perl-Perl-Critic-Lax
/usr/share/doc/perl-Perl-Critic-Lax/Changes
/usr/share/doc/perl-Perl-Critic-Lax/README
/usr/share/licenses/perl-Perl-Critic-Lax
/usr/share/licenses/perl-Perl-Critic-Lax/LICENSE
/usr/share/man/man3/Perl::Critic::Lax.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::ProhibitComplexMappings::LinesNotStatements.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::ProhibitEmptyQuotes::ExceptAsFallback.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::ProhibitLeadingZeros::ExceptChmod.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::ProhibitStringyEval::ExceptForRequire.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::RequireConstantOnLeftSideOfEquality::ExceptEq.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::RequireEndWithTrueConst.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Lax::RequireExplicitPackage::ExceptForPragmata.3pm.gz
/usr/share/perl5/Perl
/usr/share/perl5/Perl/Critic
/usr/share/perl5/Perl/Critic/Lax.pm
/usr/share/perl5/Perl/Critic/Policy
/usr/share/perl5/Perl/Critic/Policy/Lax
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitComplexMappings
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitComplexMappings/LinesNotStatements.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitEmptyQuotes
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitEmptyQuotes/ExceptAsFallback.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitLeadingZeros
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitLeadingZeros/ExceptChmod.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitStringyEval
/usr/share/perl5/Perl/Critic/Policy/Lax/ProhibitStringyEval/ExceptForRequire.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/RequireConstantOnLeftSideOfEquality
/usr/share/perl5/Perl/Critic/Policy/Lax/RequireConstantOnLeftSideOfEquality/ExceptEq.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/RequireEndWithTrueConst.pm
/usr/share/perl5/Perl/Critic/Policy/Lax/RequireExplicitPackage
/usr/share/perl5/Perl/Critic/Policy/Lax/RequireExplicitPackage/ExceptForPragmata.pm

References

Summary

In this tutorial we learn how to install perl-Perl-Critic-Lax on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).