How to Install and Uninstall libclass-load-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libclass-load-perl" package

Please follow the guidelines below to install libclass-load-perl on Kali Linux

$ sudo apt update $ sudo apt install libclass-load-perl

2. Uninstall "libclass-load-perl" package

This guide let you learn how to uninstall libclass-load-perl on Kali Linux:

$ sudo apt remove libclass-load-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-load-perl package on Kali Linux

Package: libclass-load-perl
Version: 0.25-2
Installed-Size: 40
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdata-optlist-perl, libmodule-implementation-perl, libmodule-runtime-perl, libpackage-stash-perl, libtry-tiny-perl
Size: 15316
SHA256: 297bff2a31afc492457dbcc2c9d6ad2c40931d4b135649ed96639079d0083ca7
SHA1: 1bd860f1b9bfbf1442147b4d032e272143fd49a7
MD5sum: 66ff9747c7dd1c58634227678fd39b3a
Description: module for loading modules by name
"require EXPR" only accepts Class/Name.pm style module names, not
Class::Name. For that, Class::Load provides "load_class 'Class::Name'".
.
It's often useful to test whether a module can be loaded, instead of throwing
an error when it's not available. For that, Class::Load provides
"try_load_class 'Class::Name'".
.
Finally, sometimes it is important to know whether a particular class has
been loaded. Asking %INC is an option, but that will miss inner packages and
any class for which the filename does not correspond to the package name. For
that, this module provides "is_class_loaded 'Class::Name'".
Description-md5:
Homepage: https://metacpan.org/release/Class-Load
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-load-perl/libclass-load-perl_0.25-2_all.deb