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

Last updated: May 20,2024

1. Install "libobject-container-perl" package

Learn how to install libobject-container-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libobject-container-perl" package

Please follow the guidance below to uninstall libobject-container-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libobject-container-perl
Priority: optional
Section: universe/perl
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-1
Depends: perl, libclass-accessor-perl
Recommends: libexporter-autoclean-perl
Filename: pool/universe/libo/libobject-container-perl/libobject-container-perl_0.14-1_all.deb
Size: 17762
MD5sum: af585477fdae10b75b7b5ad21c0bcedd
SHA1: bc813fcdd56976dabfd10a4399d593fedb6e5a9b
SHA256: 9ae94db78530e2c59ea3b25ac5fa8bf30735d76af7dd73e04799c8b9b710e5d6
Description-en: module that provides a simple object container
Object::Container is an object container with an OO interface. It is
used to make singletons out of ordinary classes.
.
For example, if you want to have a single instance of WWW::Mechanize
throughout a program, you can do
Object::Container->register('WWW::Mechanize') somewhere and then you
can retrieve that instance of WWW::Mechanize from anywhere else with
Object::Container->get('WWW::Mechanize');
.
Class::Singleton is a similar module, which makes subclasses
singletons. Unlike Class::Singleton, Object::Container can make any
class a singleton.
.
Object::Registrar is another similar module, but it does not support
lazy loading.
Description-md5: e00eb45aa10da0c96c45b3fce79a2e38
Homepage: https://metacpan.org/release/Object-Container
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu