How to Install and Uninstall perl-Perl-Critic-Bangs.noarch Package on Fedora 38

Last updated: October 06,2024

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

This is a short guide on how to install perl-Perl-Critic-Bangs.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-Perl-Critic-Bangs.noarch on Fedora 38:

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

3. Information about the perl-Perl-Critic-Bangs.noarch package on Fedora 38

Last metadata expiration check: 0:15:42 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Perl-Critic-Bangs
Version : 1.12
Release : 19.fc38
Architecture : noarch
Size : 45 k
Source : perl-Perl-Critic-Bangs-1.12-19.fc38.src.rpm
Repository : fedora
Summary : Collection of handy Perl::Critic policies
URL : https://metacpan.org/release/Perl-Critic-Bangs
License : Artistic 2.0
Description : The rules included with the Perl::Critic::Bangs group include:
: - Commented-out code is usually noise. It should be removed.
: - Watch for comments like "XXX", "TODO", etc.
: - Tests should have a plan.
: - Variables like $user and $user2 are insufficiently distinguished.
: - Determining the class in a constructor by using "ref($proto) || $proto".
: - Adding modifiers to a regular expression made up entirely of a variable
: created with qr() is usually not doing what you expect.
: - Vague variables like $data or $info are not descriptive enough.