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

Last updated: May 19,2024

1. Install "libclass-default-perl" package

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

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

2. Uninstall "libclass-default-perl" package

This guide covers the steps necessary to uninstall libclass-default-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-default-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.51-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-default-perl/libclass-default-perl_1.51-2_all.deb
Size: 11180
MD5sum: 6582e22950bc748f8ff03e6fccab11be
SHA1: ce712bed19f4ba37345f22a43fc0a968f99d4a6f
SHA256: 0d6b660b0278eb257828c9673b56edc418d523bfe66e00348cfb3da2c3613aad
Description-en: Perl module to make static calls apply to a default instantiation
Class::Default provides a mechanism to allow your class to take static method
calls and apply it to a default instantiation of an object. It provides a
flexibility to an API that allows it to be used more comfortably in
different situations.
.
This technique appears to be especially useful when writing modules that you
want to be used in either a single use or a persistent environment. In a CGI
like environment, you want the simplicity of a static interface. You can
call Class->method directly, without having to pass an instantiation
around constantly.
Description-md5: efcf4d16e4fb4534db751d3d22cb58de
Homepage: http://search.cpan.org/dist/Class-Default/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu