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

Last updated: May 20,2024

1. Install "librecommended-perl" package

Please follow the guidelines below to install librecommended-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librecommended-perl

2. Uninstall "librecommended-perl" package

This guide covers the steps necessary to uninstall librecommended-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: librecommended-perl
Priority: optional
Section: universe/perl
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.003-1
Depends: libmodule-runtime-perl (>= 0.014), perl
Filename: pool/universe/libr/librecommended-perl/librecommended-perl_0.003-1_all.deb
Size: 11410
MD5sum: 03e2109e7393b7885aed0fe3b2f5b9c2
SHA1: e1eb4ac067cad2da7d10b99533d89bc6f437171e
SHA256: 005e720c105f2d168431f3e35a05b00cf8af39815bc07ae2ab3a873fe7d7bb19
Description-en: Load recommended Perl modules on demand when available
recommended gathers a list of recommended modules and versions and provides
means to check if they are available. It is a thin veneer around
Module::Runtime.
.
There are two major benefits over using Module::Runtime directly:
.
* Self-documents recommended modules together with versions at the top
of your code, while still loading them on demand elsewhere.
* Dies if a recommended module exists but fails to compile, but
doesn't die if the module is missing or the version is insufficient.
This is not something that Module::Runtime offers in a single
subroutine.
Description-md5: 440a18c2fba1700802477547749a1d7d
Homepage: https://metacpan.org/release/recommended
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu