How to Install and Uninstall libclass-prototyped-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: January 09,2025

1. Install "libclass-prototyped-perl" package

Please follow the step by step instructions below to install libclass-prototyped-perl on Ubuntu 21.04 (Hirsute Hippo)

$ 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 21.04 (Hirsute Hippo):

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

3. Information about the libclass-prototyped-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libclass-prototyped-perl
Architecture: all
Version: 1.13-2.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: 129
Depends: perl:any
Suggests: libgraphviz-perl
Filename: pool/universe/libc/libclass-prototyped-perl/libclass-prototyped-perl_1.13-2.1_all.deb
Size: 48012
MD5sum: 5c10c4db40595271a1037ebbfca56b43
SHA1: f61a2e8b1f49c088b766ffa3f3f035a57aaa2cd9
SHA256: e6dad2adf87512efa113885df5448d3c3b602ba11480769c503245393843714e
SHA512: b993860e099e3dae8c203f490af4c4ded5a234794803f0891bbe64c09b3d77ec2e50714bc30d9475adaa1669d1de5767588840cfe49c12ab0c82c455cf30e5be
Homepage: https://metacpan.org/release/Class-Prototyped
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