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

In this tutorial we learn how to install perl-Perl-Critic-Tics in Fedora 36. perl-Perl-Critic-Tics is Policies for things that make me wince

Introduction

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

What is perl-Perl-Critic-Tics

The Perl-Critic-Tics distribution includes extra policies for Perl to address a fairly random assortment of things that make me (rjbs) wince.

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

Install perl-Perl-Critic-Tics 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-Tics using dnf by running the following command:

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

Install perl-Perl-Critic-Tics 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-Tics using yum by running the following command:

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

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

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

sudo dnf remove perl-Perl-Critic-Tics

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

/usr/share/doc/perl-Perl-Critic-Tics
/usr/share/doc/perl-Perl-Critic-Tics/Changes
/usr/share/doc/perl-Perl-Critic-Tics/LICENSE
/usr/share/doc/perl-Perl-Critic-Tics/README
/usr/share/man/man3/Perl::Critic::Policy::Tics::ProhibitLongLines.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Tics::ProhibitManyArrows.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Tics::ProhibitUseBase.3pm.gz
/usr/share/man/man3/Perl::Critic::Tics.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Critic
/usr/share/perl5/vendor_perl/Perl/Critic/Policy
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Tics
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Tics/ProhibitLongLines.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Tics/ProhibitManyArrows.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Tics/ProhibitUseBase.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Tics.pm

References

Summary

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