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

Last updated: May 16,2024

1. Install "libmodern-perl-perl" package

Here is a brief guide to show you how to install libmodern-perl-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmodern-perl-perl

2. Uninstall "libmodern-perl-perl" package

This guide let you learn how to uninstall libmodern-perl-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmodern-perl-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmodern-perl-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.20150127-1
Replaces: libmodern-perl (<< 1.03-3)
Depends: perl, perl (>= 5.19.5) | libautodie-perl (>= 2.22)
Breaks: libmodern-perl (<< 1.03-3)
Filename: pool/universe/libm/libmodern-perl-perl/libmodern-perl-perl_1.20150127-1_all.deb
Size: 9352
MD5sum: bce47083c33ebd11d0a1ec4451342cc3
SHA1: c85f71f90a8cbb0c890e67dcfb6528c56e73bc20
SHA256: a6197f758777cc0cc8d53516362d909f4078eccd4701c09a6c825f564cab35cc
Description-en: module for enabling all of the features of Modern Perl
Modern Perl programs use several modules to enable additional features of
Perl and of the CPAN. Instead of copying and pasting all of these 'use'
lines, instead write only one:
.
use Modern::Perl;
.
This enables the strict and warnings pragmas, as well as all of the features
available since Perl 5.10.
.
For enabling features of newer Perl releases, a year can be specified as an
import tag, e.g.:
.
use Modern::Perl '2014';
.
enables 5.18 features. Cf. Modern::Perl(3pm) for details.
.
See http://www.modernperlbooks.com/mt/2009/01/toward-a-modernperl.html for
more information, http://www.modernperlbooks.com/ for further discussion of
Modern Perl and its implications, and
http://onyxneon.com/books/modern_perl/index.html for a freely-downloadable
Modern Perl tutorial.
Description-md5: 29a47ce1dc563ea06ed9e2f6a7ba87fa
Homepage: https://metacpan.org/release/Modern-Perl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu