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

In this tutorial we learn how to install perl-Perl-Critic-Dynamic in Fedora 36. perl-Perl-Critic-Dynamic is Non-static policies for Perl

Introduction

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

What is perl-Perl-Critic-Dynamic

Perl that it never compiles or executes any of the code that it examines. But since Perl is a dynamic language, there are certain types of problems that cannot be discovered until the code is actually compiled. This distribution includes Perl a base class for Policies that wish to compile the code they analyze.

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

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

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

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

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

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

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

sudo dnf remove perl-Perl-Critic-Dynamic

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

/usr/share/doc/perl-Perl-Critic-Dynamic
/usr/share/doc/perl-Perl-Critic-Dynamic/Changes
/usr/share/doc/perl-Perl-Critic-Dynamic/README
/usr/share/man/man3/Perl::Critic::Dynamic.3pm.gz
/usr/share/man/man3/Perl::Critic::DynamicPolicy.3pm.gz
/usr/share/man/man3/Perl::Critic::Policy::Dynamic::ValidateAgainstSymbolTable.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Critic
/usr/share/perl5/vendor_perl/Perl/Critic/Dynamic.pm
/usr/share/perl5/vendor_perl/Perl/Critic/DynamicPolicy.pm
/usr/share/perl5/vendor_perl/Perl/Critic/Policy
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Dynamic
/usr/share/perl5/vendor_perl/Perl/Critic/Policy/Dynamic/ValidateAgainstSymbolTable.pm

References

Summary

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