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

Last updated: May 19,2024

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

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

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

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

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

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

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

Last metadata expiration check: 5:21:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Perl-Critic-StricterSubs
Version : 0.06
Release : 2.fc36
Architecture : noarch
Size : 54 k
Source : perl-Perl-Critic-StricterSubs-0.06-2.fc36.src.rpm
Repository : updates
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.