How to Install and Uninstall libclass-singleton-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 17,2024

1. Install "libclass-singleton-perl" package

Please follow the step by step instructions below to install libclass-singleton-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libclass-singleton-perl" package

Learn how to uninstall libclass-singleton-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libclass-singleton-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libclass-singleton-perl
Architecture: all
Version: 1.5-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 61
Depends: perl
Filename: pool/universe/libc/libclass-singleton-perl/libclass-singleton-perl_1.5-1_all.deb
Size: 12988
MD5sum: 88f1dd59c895dd3261a4a2906dcb4cd5
SHA1: 0218e991acb7b68436b7fd14466fccc768d13554
SHA256: 967b79df3da7df9f6f34f9b8e45420b9cfff2579741cf0eab6c13b3a4bbf231f
SHA512: 66d98164935f9d00c5f388b4730ea08d54aee8d577ab709938d2586b142b7e4058b212ffde94db5f3b75b321f114b920c8f73c17e41c55f5254ef7342444c3be
Homepage: https://metacpan.org/release/Class-Singleton
Description-en: 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: a3bcd5a81069e913babf02f25eaf47f1