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

Last updated: September 23,2024

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

Please follow the step by step instructions below to install perl-Perl-Critic-StricterSubs.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-Perl-Critic-StricterSubs.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:51:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Perl-Critic-StricterSubs
Version : 0.06
Release : 6.fc39
Architecture : noarch
Size : 48 k
Source : perl-Perl-Critic-StricterSubs-0.06-6.fc39.src.rpm
Repository : fedora
Summary : Perl::Critic plugin for stricter subroutine checks
URL : https://metacpan.org/release/Perl-Critic-StricterSubs
License : GPL+ or Artistic
Description : As a dynamic language, Perl doesn't require you to define subroutines until
: run-time. Although this is a powerful feature, it can also be a major source
: of bugs. The Perl::Critic::Policy modules in this distribution are aimed at
: reducing errors caused by invoking subroutines that are not defined.