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

In this tutorial we learn how to install perl-Perl-Critic-Deprecated in Fedora 36. perl-Perl-Critic-Deprecated is Perl

Introduction

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

What is perl-Perl-Critic-Deprecated

The included policies are - Write “$my_variable = 42” instead of “$MyVariable = 42”. - Write “sub my_function{}” instead of “sub MyFunction{}”. - Put source-control keywords in every file.

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

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

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

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

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

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

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

sudo dnf remove perl-Perl-Critic-Deprecated

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

/usr/share/doc/perl-Perl-Critic-Deprecated
/usr/share/doc/perl-Perl-Critic-Deprecated/Changes
/usr/share/doc/perl-Perl-Critic-Deprecated/README
/usr/share/licenses/perl-Perl-Critic-Deprecated
/usr/share/licenses/perl-Perl-Critic-Deprecated/LICENSE
/usr/share/man/man3/Perl::Critic::Deprecated.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Miscellanea::RequireRcsKeywords.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseSubs.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::NamingConventions::ProhibitMixedCaseVars.3pm.gz
/usr/share/man/man3/Perl::Critic::Utils::PPIRegexp.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Critic
/usr/share/perl5/vendor_perl/Perl/Critic/Deprecated.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Miscellanea
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Miscellanea/RequireRcsKeywords.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/NamingConventions
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/NamingConventions/ProhibitMixedCaseSubs.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/NamingConventions/ProhibitMixedCaseVars.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Utils
/usr/share/perl5/vendor_perl/Perl/Critic/Utils/PPIRegexp.pm

References

Summary

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