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

Last updated: May 21,2024

1. Install "libmodule-versions-report-perl" package

In this section, we are going to explain the necessary steps to install libmodule-versions-report-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmodule-versions-report-perl

2. Uninstall "libmodule-versions-report-perl" package

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

$ sudo apt remove libmodule-versions-report-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmodule-versions-report-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libm/libmodule-versions-report-perl/libmodule-versions-report-perl_1.06-1_all.deb
Size: 10108
MD5sum: 4b943b1e5ff5a6991e21923e37e5d153
SHA1: 6e2c12f5b6ba020c0e42a1613898bf6bd5393960
SHA256: 387eab1dd2c25470f9b16a7efa5046cfcba46a6dee8958048b2f97cbc11e3b69
Description-en: Report versions of all modules in memory
The author says: "I often get email from someone reporting a bug in a
module I've written. I email back, asking what version of the module
it is, what version of Perl on what OS, and sometimes what version of
some relevant third library (like XML::Parser). They reply, saying
"Perl5". I say "I need the exact version, as reported by 'perl -v'".
They tell me. And I say "I, uh, also asked about the version of my
module and XML::Parser [or whatever]". They say "Oh yeah. It is 2.27".
"Is that my module or XML::Parser?" "XML::Parser." "OK, and what
about my module's version?" "Oh yeah. That's 3.11." By this time,
days have passed, and what should have been a simple operation --
reporting the version of Perl and relevant modules, has been
needlessly complicated".
.
This module is for simplifying that task. If you add "use
Module::Versions::Report;" to a program (especially handy if your
program is one that demonstrates a bug in some module), then when the
program has finished running, you well get a report detailing all the
modules in memory, and noting the version of each (for modules that
defined a $VERSION, at least).
Description-md5: ec0704ecc86790f2aaac6ec5b16e24ed
Homepage: http://search.cpan.org/dist/Module-Versions-Report/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu