How to Install and Uninstall perl-Test-Perl-Critic-Policy.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 11,2024

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

Please follow the instructions below to install perl-Test-Perl-Critic-Policy.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Test-Perl-Critic-Policy.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Test-Perl-Critic-Policy.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:26:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Test-Perl-Critic-Policy
Version : 1.140
Release : 1.el9
Architecture : noarch
Size : 20 k
Source : perl-Perl-Critic-1.140-1.el9.src.rpm
Repository : epel
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.