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

Last updated: May 08,2024

1. Install "libclass-factory-perl" package

This guide covers the steps necessary to install libclass-factory-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-factory-perl" package

This tutorial shows how to uninstall libclass-factory-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-factory-perl
Priority: optional
Section: universe/perl
Installed-Size: 92
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.06-2
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-factory-perl/libclass-factory-perl_1.06-2_all.deb
Size: 20866
MD5sum: 98de23356775fab368945fd034c96c8e
SHA1: 4fe6954d0114204a76ce559774bfc9cd6a3fdca2
SHA256: e662ec2cb64140f3afdcdd7fd1afdd749663079649f91c290da62c1e1d490a86
Description-en: Base class for dynamic factory classes
This is a simple module that factory classes can use to generate new
types of objects on the fly, providing a consistent interface to common
groups of objects.
.
Factory classes are used when you have different implementations for
the same set of tasks but may not know in advance what implementations
you will be using. With a factory class this is easy. Class::Factory
even provides a simple constructor for you.
Description-md5: 7fb9785d01790a1eb14663802eef6040
Homepage: http://search.cpan.org/dist/Class-Factory/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu