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

Last updated: May 15,2024

1. Install "libclass-adapter-perl" package

Please follow the guidance below to install libclass-adapter-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libclass-adapter-perl" package

Learn how to uninstall libclass-adapter-perl on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: libclass-adapter-perl
Architecture: all
Version: 1.09-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: 61
Depends: perl
Filename: pool/universe/libc/libclass-adapter-perl/libclass-adapter-perl_1.09-1_all.deb
Size: 20912
MD5sum: 6919239b972d6e0c80d3589f5173ac5f
SHA1: 9ec7ceea8546abc32f6afa03a632ac0c3967e097
SHA256: 4aeff4364906962c31c7fc3c7480f7546e940f267a96f81db64b05388014d25a
SHA512: 4132037afd1c168634f44e1707d17b8d96fa47fa96dc037aab2844bb551ce2c49eafc41d418f94babb1d20b27a42745589a41c4710f27b87f358c92c8f6bf71d
Homepage: https://metacpan.org/release/Class-Adapter
Description-en: 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: eae2b91594cbef0365bff6d8e17e704d