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

Last updated: September 23,2024

1. Install "perl-criticism.noarch" package

This guide let you learn how to install perl-criticism.noarch on Fedora 35

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

2. Uninstall "perl-criticism.noarch" package

Please follow the guidelines below to uninstall perl-criticism.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:23:29 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-criticism
Version : 1.02
Release : 30.fc35
Architecture : noarch
Size : 23 k
Source : perl-criticism-1.02-30.fc35.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.