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

Last updated: February 08,2025

1. Install "perl-criticism.noarch" package

Please follow the instructions below to install perl-criticism.noarch on Fedora 39

$ 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 39:

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

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

Last metadata expiration check: 1:05:47 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-criticism
Version : 1.02
Release : 35.fc39
Architecture : noarch
Size : 23 k
Source : perl-criticism-1.02-35.fc39.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.