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

Last updated: May 18,2024

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

Please follow the guidance below to install perl-Test-Perl-Critic.noarch on Fedora 36

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

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

This guide let you learn how to uninstall perl-Test-Perl-Critic.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:20:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Test-Perl-Critic
Version : 1.04
Release : 15.fc36
Architecture : noarch
Size : 31 k
Source : perl-Test-Perl-Critic-1.04-15.fc36.src.rpm
Repository : fedora
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.