How to Install and Uninstall libmodule-versions-report-perl Package on Kali Linux

Last updated: May 17,2024

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

Here is a brief guide to show you how to install libmodule-versions-report-perl on Kali Linux

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

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

Please follow the step by step instructions below to uninstall libmodule-versions-report-perl on Kali Linux:

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

3. Information about the libmodule-versions-report-perl package on Kali Linux

Package: libmodule-versions-report-perl
Version: 1.06-4
Installed-Size: 25
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8408
SHA256: 7d9bbd28372da12508814b318c772e756f9021c669d96e3b0c205148a1229400
SHA1: f634bf870a9e56105e6b0762dc0a796d52857971
MD5sum: 2b768b137868a0b626315d7e229fab19
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Module-Versions-Report
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmodule-versions-report-perl/libmodule-versions-report-perl_1.06-4_all.deb