How to Install and Uninstall perl-Perl-Critic Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-Perl-Critic" package

Here is a brief guide to show you how to install perl-Perl-Critic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Perl-Critic

2. Uninstall "perl-Perl-Critic" package

This guide let you learn how to uninstall perl-Perl-Critic on openSuSE Tumbleweed:

$ sudo zypper remove perl-Perl-Critic

3. Information about the perl-Perl-Critic package on openSuSE Tumbleweed

Information for package perl-Perl-Critic:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Perl-Critic
Version : 1.152.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : perl-Perl-Critic-1.152.0-2.1.src
Upstream URL : https://metacpan.org/release/Perl-Critic
Summary : Critique Perl source code for best-practices
Description :
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code
analysis engine. Perl::Critic is distributed with a number of
Perl::Critic::Policy modules that attempt to enforce various coding
guidelines. Most Policy modules are based on Damian Conway's book *Perl
Best Practices*. However, Perl::Critic is *not* limited to PBP and will
even support Policies that contradict Conway. You can enable, disable, and
customize those Polices through the Perl::Critic interface. You can also
create new Policy modules that suit your own tastes.
For a command-line interface to Perl::Critic, see the documentation for
perlcritic. If you want to integrate Perl::Critic with your build process,
Test::Perl::Critic provides an interface that is suitable for test
programs. Also, Test::Perl::Critic::Progressive is useful for gradually
applying coding standards to legacy code. For the ultimate convenience (at
the expense of some flexibility) see the criticism pragma.
If you'd like to try Perl::Critic without installing anything, there is a
web-service available at http://perlcritic.com. The web-service does not
yet support all the configuration features that are available in the native
Perl::Critic API, but it should give you a good idea of what it does.
Also, ActivePerl includes a very slick graphical interface to Perl-Critic
called 'perlcritic-gui'. You can get a free community edition of ActivePerl
from http://www.activestate.com.