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

Last updated: November 28,2024

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

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

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

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

Please follow the instructions below to uninstall perl-Test2-Tools-PerlCritic.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:16:48 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test2-Tools-PerlCritic
Version : 0.04
Release : 3.fc35
Architecture : noarch
Size : 21 k
Source : perl-Test2-Tools-PerlCritic-0.04-3.fc35.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.