How to Install and Uninstall libobject-container-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libobject-container-perl" package

This tutorial shows how to install libobject-container-perl on Kali Linux

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

2. Uninstall "libobject-container-perl" package

Please follow the steps below to uninstall libobject-container-perl on Kali Linux:

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

3. Information about the libobject-container-perl package on Kali Linux

Package: libobject-container-perl
Version: 0.16-1
Installed-Size: 58
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-accessor-perl
Recommends: libexporter-autoclean-perl
Size: 21236
SHA256: 2747830286a7c10c68aadc943882913e2f1ca1bef127a2d755f95a1b9d29e377
SHA1: 45c046571ee2917d849837cfa9ce5596b9d4ca7a
MD5sum: 5d1a2ca314a233bd4ffe9fbc523dc585
Description: 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:
Homepage: https://metacpan.org/release/Object-Container
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libo/libobject-container-perl/libobject-container-perl_0.16-1_all.deb