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

Last updated: November 07,2024

1. Install "libclass-adapter-perl" package

Please follow the guidelines below to install libclass-adapter-perl on Kali Linux

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

2. Uninstall "libclass-adapter-perl" package

Please follow the steps below to uninstall libclass-adapter-perl on Kali Linux:

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

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

Package: libclass-adapter-perl
Version: 1.09-2
Installed-Size: 62
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21696
SHA256: 6381711d1b5bcc4257efa0054e4e362f35a34661fcc76a08423327a4e23df32d
SHA1: 2e1d93c2ba033171c4557796102f95c8c7b0a56c
MD5sum: 2131600f118352bbac06d82ae33ffc76
Description: Perl implementation of the "Adapter" Design Pattern
The Class::Adapter class is intended as an abstract base class for creating
any sort of class or object that follows the Adapter pattern.
.
The term Adapter refers to a "Design Pattern" of the same name, from the
famous "Gang of Four" book "Design Patterns". Although their original
implementation was designed for Java and similar single-inheritance
strictly-typed language, the situation for which it applies is still valid.
.
An Adapter in this Perl sense of the term is when a class is created to
achieve by composition (objects containing other object) something that can't
be achieved by inheritance (sub-classing).
.
This is similar to the Decorator pattern, but is intended to be applied on a
class-by-class basis, as opposed to being able to be applied one object at a
time, as is the case with the Decorator pattern.
Description-md5:
Homepage: https://metacpan.org/release/Class-Adapter
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-adapter-perl/libclass-adapter-perl_1.09-2_all.deb