How to Install and Uninstall libclass-whitehole-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "libclass-whitehole-perl" package

Please follow the guidelines below to install libclass-whitehole-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-whitehole-perl" package

Here is a brief guide to show you how to uninstall libclass-whitehole-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libclass-whitehole-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclass-whitehole-perl
Priority: optional
Section: universe/perl
Installed-Size: 60
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.04-6
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-whitehole-perl/libclass-whitehole-perl_0.04-6_all.deb
Size: 7118
MD5sum: 020a5c3092bc976dc57d7a7866520630
SHA1: 17d4220b591d0aa0d14ca2801df9d9c58b2a28a4
SHA256: bc308c12ba87575723cd947ade88ee0d2ccd536b75df4c1f4cd498a3d6c2b744
Description-en: 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: efa50f14c0b449743d0e6e46d23107b8
Homepage: http://search.cpan.org/~mschwern/Class-WhiteHole/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu