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

Last updated: January 17,2025

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

This guide let you learn how to install perl-Test-Perl-Critic-Policy.noarch on Fedora 39

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

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

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

$ 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 39

Last metadata expiration check: 3:14:56 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Perl-Critic-Policy
Version : 1.150
Release : 4.fc39
Architecture : noarch
Size : 22 k
Source : perl-Perl-Critic-1.150-4.fc39.src.rpm
Repository : fedora
Summary : A framework for testing your custom Policies
URL : https://metacpan.org/release/Perl-Critic
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.