How to Install and Uninstall libclass-autoloadcan-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libclass-autoloadcan-perl" package

Please follow the guidance below to install libclass-autoloadcan-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libclass-autoloadcan-perl" package

In this section, we are going to explain the necessary steps to uninstall libclass-autoloadcan-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libclass-autoloadcan-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libclass-autoloadcan-perl
Architecture: all
Version: 0.03-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: perl
Filename: pool/universe/libc/libclass-autoloadcan-perl/libclass-autoloadcan-perl_0.03-2_all.deb
Size: 10138
MD5sum: c2ddbbcfd147154d41395210cc619dc3
SHA1: 15f45f161563fea64b87c838a73892c536fd0547
SHA256: 62a4466c97dcbbab182bbc68fce060dd4a3eca91f2d586994be342df8811ccf6
SHA512: d8d4f32af9919e81afc3dc37370b8c8815be3d52d24b74a7f31de297c8dc2141913d50623dc0c9d6bbaaea048db25eace3d52f2c636e75b8c57760945e590fe3
Homepage: https://metacpan.org/release/Class-AutoloadCAN
Description-en: module managing conflict between AUTOLOAD, can and inheritance
Class::AutoloadCAN solves a fundamental conflict between AUTOLOAD, can and
inheritance. The problem is that while you can implement anything in
AUTOLOAD, UNIVERSAL::can is not aware that it is there. Attempting to modify
UNIVERSAL::can to document those methods is very hard. And if a parent class
uses AUTOLOAD then subclasses have to do a lot of work to make their
AUTOLOADs cooperate with the parent one. It is harder still if 2 parent
classes in a multiple inheritance tree wish to cooperate with each other. Few
try to do this, which may be good since those who try usually get it wrong.
See http://www.perlmonks.org/?node_id=342804 for a fuller discussion.
.
With this module instead of writing AUTOLOADs, you write CANs. Based on what
they return, Class::AutoloadCAN will decide whether you handle the call or it
needs to search higher up the inheritance chain.
Description-md5: 83532b3e50673266cb9705df6bd014d9