How to Install and Uninstall perl-Test-Perl-Critic-Policy.noarch Package on Fedora 35

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-Test-Perl-Critic-Policy.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Test-Perl-Critic-Policy.noarch on Fedora 35:

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

3. Information about the perl-Test-Perl-Critic-Policy.noarch package on Fedora 35

Last metadata expiration check: 1:32:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-Perl-Critic-Policy
Version : 1.140
Release : 4.fc35
Architecture : noarch
Size : 19 k
Source : perl-Perl-Critic-1.140-4.fc35.src.rpm
Repository : fedora
Summary : A framework for testing your custom Policies
URL : https://metacpan.org/release/Perl-Critic
License : GPL+ or Artistic
Description : This module provides a framework for function-testing your custom
: Perl::Critic::Policy modules. Policy testing usually involves feeding it a
: string of Perl code and checking its behavior. In the old days, those strings
: of Perl code were mixed directly in the test script. That sucked.