How to Install and Uninstall perl-Test-Perl-Critic.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

This guide let you learn how to install perl-Test-Perl-Critic.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall perl-Test-Perl-Critic.noarch on AlmaLinux 9:

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

3. Information about the perl-Test-Perl-Critic.noarch package on AlmaLinux 9

Last metadata expiration check: 2:20:54 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Test-Perl-Critic
Version : 1.04
Release : 14.el9
Architecture : noarch
Size : 31 k
Source : perl-Test-Perl-Critic-1.04-14.el9.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.