How to Install and Uninstall perl-criticism.noarch Package on Fedora 34

Last updated: June 29,2024

1. Install "perl-criticism.noarch" package

In this section, we are going to explain the necessary steps to install perl-criticism.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-criticism.noarch

2. Uninstall "perl-criticism.noarch" package

Please follow the guidance below to uninstall perl-criticism.noarch on Fedora 34:

$ sudo dnf remove perl-criticism.noarch $ sudo dnf autoremove

3. Information about the perl-criticism.noarch package on Fedora 34

Last metadata expiration check: 3:00:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-criticism
Version : 1.02
Release : 28.fc34
Architecture : noarch
Size : 23 k
Source : perl-criticism-1.02-28.fc34.src.rpm
Repository : fedora
Summary : Perl pragma to enforce coding standards and best-practices
URL : https://metacpan.org/release/criticism
License : GPL+ or Artistic
Description : This pragma enforces coding standards and promotes best-practices by
: running your file through Perl::Critic before every execution. In a
: production system, this usually isn't feasible because it adds a lot of
: overhead at start-up. If you have a separate development environment, you
: can effectively bypass the criticism pragma by not installing Perl::Critic
: in the production environment. If Perl::Critic can't be loaded, then
: criticism just fails silently.