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

Last updated: May 15,2024

1. Install "libmodule-want-perl" package

This is a short guide on how to install libmodule-want-perl on Kali Linux

$ sudo apt update $ sudo apt install libmodule-want-perl

2. Uninstall "libmodule-want-perl" package

Here is a brief guide to show you how to uninstall libmodule-want-perl on Kali Linux:

$ sudo apt remove libmodule-want-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libmodule-want-perl
Version: 0.6-5
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12344
SHA256: 4b2ba6edc3406757f3ddb0df7cad542596f966b7cdc7746ec806c4a603510c3c
SHA1: 9a9cc74b8b5eafce9211bba736efd6cb268627c0
MD5sum: 894b5195f5608d89008bfda154231fc4
Description: module to check @INC only once for wanted modules
Sometimes you want to lazy load a module for use in, say, a loop or function.
First you do the eval-require but then realize if the module is not available
it will re-search @INC each time. So then you add a lexical boolean to your
eval and do the same simple logic all over the place.
.
Module::Want encapsulates that logic so that have_mod() is like eval {
require X; 1 } but if the module can't be loaded it will remember that fact
and not look in @INC again on subsequent calls.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Module-Want
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmodule-want-perl/libmodule-want-perl_0.6-5_all.deb