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

Last updated: November 26,2024

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

Please follow the guidance below to install perl-Perl-Critic.noarch on Fedora 38

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

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

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

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

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

Last metadata expiration check: 4:37:20 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Perl-Critic
Version : 1.150
Release : 1.fc38
Architecture : noarch
Size : 824 k
Source : perl-Perl-Critic-1.150-1.fc38.src.rpm
Repository : fedora
Summary : Critique Perl source code for best-practices
URL : https://metacpan.org/release/Perl-Critic
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : Perl::Critic is an extensible framework for creating and applying coding
: standards to Perl source code. Essentially, it is a static source code
: analysis engine. Perl::Critic is distributed with a number of
: Perl::Critic::Policy modules that attempt to enforce various coding
: guidelines. Most Policy modules are based on Damian Conway's book Perl
: Best Practices. However, Perl::Critic is not limited to PBP and will
: even support Policies that contradict Conway. You can enable, disable,
: and customize those Polices through the Perl::Critic interface. You can
: also create new Policy modules that suit your own tastes.