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

Last updated: November 26,2024

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

Learn how to install perl-Test-Perl-Critic.noarch on Fedora 39

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

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

This tutorial shows how to uninstall perl-Test-Perl-Critic.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:15:41 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Test-Perl-Critic
Version : 1.04
Release : 20.fc39
Architecture : noarch
Size : 30 k
Source : perl-Test-Perl-Critic-1.04-20.fc39.src.rpm
Repository : fedora
Summary : Use Perl::Critic in test programs
URL : https://metacpan.org/release/Test-Perl-Critic
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.