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

Last updated: December 23,2024

1. Install "libclass-prototyped-perl" package

Learn how to install libclass-prototyped-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-prototyped-perl" package

Please follow the instructions below to uninstall libclass-prototyped-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-prototyped-perl
Priority: optional
Section: universe/perl
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.13-2
Depends: perl
Suggests: libgraphviz-perl
Filename: pool/universe/libc/libclass-prototyped-perl/libclass-prototyped-perl_1.13-2_all.deb
Size: 47888
MD5sum: 66c6a368bb5b68d4ea9d87dd63c8a27f
SHA1: 4984d46bcdb615cb3368d258115c23a0ab5fd2fa
SHA256: 595ebb675a4f8eb7acf0ad5c12c1e4562604b986647489c32391b629e4d90093
Description-en: module for fast prototype-based OO programming in Perl
Class:Prototyped provides for efficient and simple prototype-based
programming in Perl. You can provide different subroutines for each
object, and also have objects inherit their behavior and state from
another object.
.
Class::Prototyped borrows heavily from the programming language Self.
The structure of an object is inspected and modified through mirrors,
which are created by calling "reflect" on an object or class that
inherits from Class::Prototyped.
.
Prototype-based programming is most useful when the cleanest way for code
to use a module is to subclass it, or when one finds oneself avoiding
this by passing anonymous subroutines as parameters to "new".
Prototype-based programming is also useful in situations that otherwise
require storing anonymous subroutines in databases, configuration files,
or text files, or when users of a module are expected to override
subroutines to change its behabior.
Description-md5: c3265f6a62fc1d32593d71ab13a27e4e
Homepage: https://metacpan.org/release/Class-Prototyped
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu