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

Last updated: October 01,2024

1. Install "perl-criticism.noarch" package

This is a short guide on how to install perl-criticism.noarch on Fedora 38

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

2. Uninstall "perl-criticism.noarch" package

Learn how to uninstall perl-criticism.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:29:29 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-criticism
Version : 1.02
Release : 34.fc38
Architecture : noarch
Size : 23 k
Source : perl-criticism-1.02-34.fc38.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.