How to Install and Uninstall perl-Test2-Tools-PerlCritic.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-Test2-Tools-PerlCritic.noarch" package

This tutorial shows how to install perl-Test2-Tools-PerlCritic.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test2-Tools-PerlCritic.noarch

2. Uninstall "perl-Test2-Tools-PerlCritic.noarch" package

Here is a brief guide to show you how to uninstall perl-Test2-Tools-PerlCritic.noarch on Fedora 36:

$ sudo dnf remove perl-Test2-Tools-PerlCritic.noarch $ sudo dnf autoremove

3. Information about the perl-Test2-Tools-PerlCritic.noarch package on Fedora 36

Last metadata expiration check: 2:47:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test2-Tools-PerlCritic
Version : 0.04
Release : 4.fc36
Architecture : noarch
Size : 22 k
Source : perl-Test2-Tools-PerlCritic-0.04-4.fc36.src.rpm
Repository : fedora
Summary : Testing tools to enforce Perl::Critic policies
URL : https://metacpan.org/release/Test2-Tools-PerlCritic
License : GPL+ or Artistic
Description : Test for Perl::Critic violations using Test2. Although this testing tool
: uses the Test2 API instead of the older Test::Builder API, the primary
: motivation is to provide output in a more useful form. That is policy
: violations are grouped by policy class, and the policy class name is
: clearly displayed as a diagnostic. The author finds the former more useful
: because he tends to address one type of violation at a time. The author
: finds the latter more useful because he tends to want to lookup or adjust
: the configuration of the policy as he is addressing violations.