How to Install and Uninstall perl-Perl-Critic-Dynamic.noarch Package on Fedora 35

Last updated: January 16,2025

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

Please follow the steps below to install perl-Perl-Critic-Dynamic.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Perl-Critic-Dynamic.noarch

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

Here is a brief guide to show you how to uninstall perl-Perl-Critic-Dynamic.noarch on Fedora 35:

$ sudo dnf remove perl-Perl-Critic-Dynamic.noarch $ sudo dnf autoremove

3. Information about the perl-Perl-Critic-Dynamic.noarch package on Fedora 35

Last metadata expiration check: 4:04:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Perl-Critic-Dynamic
Version : 0.05
Release : 28.fc35
Architecture : noarch
Size : 29 k
Source : perl-Perl-Critic-Dynamic-0.05-28.fc35.src.rpm
Repository : fedora
Summary : Non-static policies for Perl::Critic
URL : https://metacpan.org/release/Perl-Critic-Dynamic
License : GPL+ or Artistic
Description : Perl::Critic is primarily used as a static source code analyzer, which means
: 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::Critic::DynamicPolicy, which can be used as
: a base class for Policies that wish to compile the code they analyze.