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

Last updated: May 20,2024

1. Install "libclass-container-perl" package

This guide let you learn how to install libclass-container-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-container-perl" package

This tutorial shows how to uninstall libclass-container-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-container-perl
Priority: optional
Section: universe/perl
Installed-Size: 78
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.12-4
Depends: perl, libparams-validate-perl
Filename: pool/universe/libc/libclass-container-perl/libclass-container-perl_0.12-4_all.deb
Size: 19958
MD5sum: 8accf2c84751300ecb5e797ceafd0482
SHA1: 35cfa929398b3bb87f9d8fdaadddb7798462d2a5
SHA256: 39d8d16204b725173656a3e91615f256100318e58f9be74626d1716cc87eb047
Description-en: Perl module to glue object frameworks together transparently
The Class::Container module facilitates building frameworks of several classes
that inter-operate. It was first designed and built for HTML::Mason, in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting their own subclass for any
of these objects.
.
The main features of Class::Container are:
.
* Declaration of parameters used by each member in a class framework
.
* Transparent passing of constructor parameters to the class that
needs them
.
* Ability to create one (automatic) or many (manual) contained
objects automatically and transparently
Description-md5: 71788ba2af7b8dcb5b0064106cf69934
Homepage: https://metacpan.org/release/Class-Container
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu