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

Last updated: May 12,2024

1. Install "libclass-singleton-perl" package

Please follow the instructions below to install libclass-singleton-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-singleton-perl" package

This guide covers the steps necessary to uninstall libclass-singleton-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-singleton-perl
Priority: optional
Section: universe/perl
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.5-1
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
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
Homepage: https://metacpan.org/release/Class-Singleton
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 3y
Task: mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master