How to Install and Uninstall libclass-load-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "libclass-load-perl" package
This guide let you learn how to install libclass-load-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libclass-load-perl
Copied
2. Uninstall "libclass-load-perl" package
Learn how to uninstall libclass-load-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libclass-load-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libclass-load-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libclass-load-perl
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.23-1
Depends: perl, libdata-optlist-perl, libmodule-implementation-perl, libmodule-runtime-perl (>= 0.012), libpackage-stash-perl (>= 0.14), libtry-tiny-perl
Filename: pool/universe/libc/libclass-load-perl/libclass-load-perl_0.23-1_all.deb
Size: 13502
MD5sum: cb234848df2919e6ad17d0b177e1ff8b
SHA1: 92b7aa4120cd246bb7c3947fe4fea531e9003326
SHA256: ff543c897b13885399830b1f2424d68961bd0348bc80e800e80836f45e21ef60
Description-en: 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: b63795dd8b16286a9628af577cf946a3
Homepage: https://metacpan.org/release/Class-Load
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.23-1
Depends: perl, libdata-optlist-perl, libmodule-implementation-perl, libmodule-runtime-perl (>= 0.012), libpackage-stash-perl (>= 0.14), libtry-tiny-perl
Filename: pool/universe/libc/libclass-load-perl/libclass-load-perl_0.23-1_all.deb
Size: 13502
MD5sum: cb234848df2919e6ad17d0b177e1ff8b
SHA1: 92b7aa4120cd246bb7c3947fe4fea531e9003326
SHA256: ff543c897b13885399830b1f2424d68961bd0348bc80e800e80836f45e21ef60
Description-en: 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: b63795dd8b16286a9628af577cf946a3
Homepage: https://metacpan.org/release/Class-Load
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu