How to Install and Uninstall libperl-critic-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libperl-critic-perl" package

This guide covers the steps necessary to install libperl-critic-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libperl-critic-perl

2. Uninstall "libperl-critic-perl" package

Please follow the instructions below to uninstall libperl-critic-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libperl-critic-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libperl-critic-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libperl-critic-perl
Priority: optional
Section: universe/perl
Installed-Size: 2244
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.126-1
Depends: perl, libb-keywords-perl, libconfig-tiny-perl, libemail-address-perl, libexception-class-perl, libfile-homedir-perl, libfile-which-perl, libio-string-perl, liblist-moreutils-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libpod-spell-perl, libppi-perl (>= 1.220), libppix-regexp-perl (>= 0.027), libppix-utilities-perl, libreadonly-perl (>= 2.000), libstring-format-perl, libtask-weaken-perl, perltidy
Filename: pool/universe/libp/libperl-critic-perl/libperl-critic-perl_1.126-1_all.deb
Size: 805336
MD5sum: 4f7be2aaf909535b9b6bae9f9b55501f
SHA1: 38c72697bd395aea4ccde8eee174898229b19ce4
SHA256: 6ae7b77386af1a6d9564bf6daf2a38c78f93a576304352fb9c4e5fde374ca214
Description-en: Perl module to critique code for best practices
Perl::Critic is an extensible framework for creating and applying software
coding policies to Perl source code. By default, it is distributed with a
number of policy modules that attempt to enforce various coding guidelines,
including those discussed in Damian Conway's Perl Best Practices. However,
it is not limited to PBP and will even support policies that contradict PBP.
You can enable, disable and customize those policies through the Perl::Critic
interface. You can also create new Policy modules to suit your own tastes.
Description-md5: 5c461a970fff1643c12b1a918d67e5fb
Homepage: https://metacpan.org/release/Perl-Critic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu