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

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 Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Test-Perl-Critic.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:10:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Perl-Critic
Version : 1.04
Release : 11.fc34
Architecture : noarch
Size : 32 k
Source : perl-Test-Perl-Critic-1.04-11.fc34.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.