How to Install and Uninstall libexporter-lite-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libexporter-lite-perl" package

Here is a brief guide to show you how to install libexporter-lite-perl on Kali Linux

$ sudo apt update $ sudo apt install libexporter-lite-perl

2. Uninstall "libexporter-lite-perl" package

Please follow the step by step instructions below to uninstall libexporter-lite-perl on Kali Linux:

$ sudo apt remove libexporter-lite-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libexporter-lite-perl package on Kali Linux

Package: libexporter-lite-perl
Version: 0.09-2
Installed-Size: 29
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10664
SHA256: 73b860cc0ef8872c6fe4e4141a2bea2cd3e7eeac12ede2b2d0945a88faac24a1
SHA1: 80ceca8f3002cb2a0d1ea6bf6e2cc9594499de0c
MD5sum: cbcf8e829cad79900fc54fbff19a1891
Description: lightweight subset of Exporter
Exporter::Lite is an alternative to Exporter, intended to provide a
lightweight subset of the most commonly-used functionality. It supports
import(), @EXPORT and @EXPORT_OK and not a whole lot else.
.
Exporter::Lite simply exports its import() function into your namespace.
This might be called a "mix-in" or a "role".
.
When Exporter::Lite was written, if you wanted to use Exporter you had to
write something like this:
.
use Exporter;
our @ISA = qw/ Exporter /;
.
Exporter::Lite saved you from writing that second line.
But since before 2010 you've been able to write:
.
use Exporter qw/ import /;
.
which imports the import function into your namespace from Exporter.
.
As a result, it is recommended to use Exporter now,
as it's a core module (shipped with Perl).
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Exporter-Lite
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libe/libexporter-lite-perl/libexporter-lite-perl_0.09-2_all.deb