How to Install and Uninstall perl-Test-Perl-Critic.noarch Package on CentOS Stream 8

Last updated: May 03,2024

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

Learn how to install perl-Test-Perl-Critic.noarch on CentOS Stream 8

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

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

Please follow the step by step instructions below to uninstall perl-Test-Perl-Critic.noarch on CentOS Stream 8:

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

3. Information about the perl-Test-Perl-Critic.noarch package on CentOS Stream 8

Last metadata expiration check: 0:04:30 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-Test-Perl-Critic
Version : 1.04
Release : 7.el8
Architecture : noarch
Size : 37 k
Source : perl-Test-Perl-Critic-1.04-7.el8.src.rpm
Repository : epel
Summary : Use Perl::Critic in test programs
URL : https://metacpan.org/release/Test-Perl-Critic
License : GPL+ or Artistic
Description : Test::Perl::Critic wraps the Perl::Critic engine in a convenient
: subroutine suitable for test programs written using the Test::More
: framework. This makes it easy to integrate coding-standards enforcement
: into the build process. For ultimate convenience (at the expense of some
: flexibility), see the criticism pragma.