How to Install and Uninstall libclass-singleton-perl Package on Kali Linux

Last updated: May 21,2024

1. Install "libclass-singleton-perl" package

This guide covers the steps necessary to install libclass-singleton-perl on Kali Linux

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

2. Uninstall "libclass-singleton-perl" package

Please follow the steps below to uninstall libclass-singleton-perl on Kali Linux:

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

3. Information about the libclass-singleton-perl package on Kali Linux

Package: libclass-singleton-perl
Version: 1.6-2
Installed-Size: 33
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 12524
SHA256: e46b5e21b578acdf7772fe1d03e6b8875ccc4b0bdd32c2e92249a7aaae940bbc
SHA1: 611b3655d790d70bf5de1005f715480d1c84f355
MD5sum: 14f1d8b565a78bd147be30c37c4fde14
Description: implementation of a "Singleton" class
The Class::Singleton module implements a Singleton class from which other
classes can be derived. A Singleton describes an object class that can have
only one instance in any system. An example of a Singleton might be a print
spooler or system registry.
.
By itself, the Class::Singleton module does very little other than manage the
instantiation of a single object. In deriving a class from Class::Singleton,
your module will inherit the Singleton instantiation method and can implement
whatever specific functionality is required.
.
For a description and discussion of the Singleton class, see
"Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-Singleton
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.6-2_all.deb