How to Install and Uninstall libload-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libload-perl" package

Learn how to install libload-perl on Kali Linux

$ sudo apt update $ sudo apt install libload-perl

2. Uninstall "libload-perl" package

This tutorial shows how to uninstall libload-perl on Kali Linux:

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

3. Information about the libload-perl package on Kali Linux

Package: libload-perl
Version: 0.24-1
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: all
Depends: perl
Size: 23644
SHA256: 41d3f60075c5be328ae96ec0be947c2aea7f1b0b9ddd10cc2ead16efddc0ffca
SHA1: ee432a3bb8742fe551f5b2cf9878f87e0e908da4
MD5sum: 36cb4872cb0fd96a39c0bc4528de50ab
Description: pragma for controlling when subroutines will be loaded
The "load" pragma allows a module developer to give the application developer
more options with regards to optimize for memory or CPU usage. The "load"
pragma gives more control on the moment when subroutines are loaded and start
taking up memory. This allows the application developer to optimize for CPU
usage (by loading all of a module at compile time and thus reducing the
amount of CPU used during the execution of an application). Or allow the
application developer to optimize for memory usage, by loading subroutines
only when they are actually needed, thereby however increasing the amount of
CPU needed during execution.
.
The "load" pragma combines the best of both worlds from AutoLoader and
SelfLoader. And adds some more features.
.
In a situation where you want to use as little memory as possible, the "load"
pragma (in the context of a module) is a drop-in replacement for AutoLoader.
But for situations where you want to have a module load everything it could
ever possibly need (e.g. when starting a mod_perl server in pre-fork mode),
the "load" pragma can be used (in the context of an application) to have all
subroutines of a module loaded without having to make any change to the
source of the module in question.
Description-md5:
Homepage: https://metacpan.org/release/load
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libl/libload-perl/libload-perl_0.24-1_all.deb