How to Install and Uninstall libclass-prototyped-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libclass-prototyped-perl" package

This is a short guide on how to install libclass-prototyped-perl on Kali Linux

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

2. Uninstall "libclass-prototyped-perl" package

Here is a brief guide to show you how to uninstall libclass-prototyped-perl on Kali Linux:

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

3. Information about the libclass-prototyped-perl package on Kali Linux

Package: libclass-prototyped-perl
Version: 1.13-4
Installed-Size: 132
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Suggests: libgraphviz-perl
Size: 51100
SHA256: 4b1de1f628f46494da585b38bc6675fd16d23cade93d1127ec3438bfd03eccb6
SHA1: 6210f9986aae01cae09e4b0f9ab7a050628f0c7b
MD5sum: 7f92c731f0172fb9a4633242f18aeefb
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Class-Prototyped
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-prototyped-perl/libclass-prototyped-perl_1.13-4_all.deb