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

Last updated: May 17,2024

1. Install "libclass-whitehole-perl" package

This is a short guide on how to install libclass-whitehole-perl on Kali Linux

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

2. Uninstall "libclass-whitehole-perl" package

Please follow the instructions below to uninstall libclass-whitehole-perl on Kali Linux:

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

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

Package: libclass-whitehole-perl
Version: 0.04-9
Installed-Size: 18
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5784
SHA256: 2b3a2e3da85a00b3722eb16b1a4c9aca55f8a71a45c9e2df77329faa3c647b8a
SHA1: 9f3d2790b410195e28d2286010ae9ec1491f7a1e
MD5sum: ea6dc1cd13be4d4d5a64f501ccb931ab
Description: base class to treat unhandled method calls as errors
It is possible to accidentally inherit an AUTOLOAD method. Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own. This can lead to confusing error messages
when method lookups fail.
.
Sometimes you want to avoid this accidental inheritance. In that
case, inherit from Class::WhiteHole. All unhandled methods will
produce normal Perl error messages.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-WhiteHole
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-whitehole-perl/libclass-whitehole-perl_0.04-9_all.deb