How to Install and Uninstall libclass-adapter-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 22,2024
1. Install "libclass-adapter-perl" package
Please follow the step by step instructions below to install libclass-adapter-perl on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
libclass-adapter-perl
Copied
2. Uninstall "libclass-adapter-perl" package
In this section, we are going to explain the necessary steps to uninstall libclass-adapter-perl on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
libclass-adapter-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libclass-adapter-perl package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: libclass-adapter-perl
Priority: optional
Section: universe/perl
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.07-1
Depends: perl
Filename: pool/universe/libc/libclass-adapter-perl/libclass-adapter-perl_1.07-1_all.deb
Size: 21768
MD5sum: d14dab4c5e6013006dcb8cef14a4f447
SHA1: c71f8a34aa504c7262540af6280b71bec9eca451
SHA256: 455d7ecb6d5eca7830a8424ef00438446d1fb8d53e1292cdd3cb6b5853259784
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 langauge, 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: a2aa326c91820ea26b4825bfc660c139
Homepage: http://search.cpan.org/dist/Class-Adapter/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/perl
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.07-1
Depends: perl
Filename: pool/universe/libc/libclass-adapter-perl/libclass-adapter-perl_1.07-1_all.deb
Size: 21768
MD5sum: d14dab4c5e6013006dcb8cef14a4f447
SHA1: c71f8a34aa504c7262540af6280b71bec9eca451
SHA256: 455d7ecb6d5eca7830a8424ef00438446d1fb8d53e1292cdd3cb6b5853259784
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 langauge, 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: a2aa326c91820ea26b4825bfc660c139
Homepage: http://search.cpan.org/dist/Class-Adapter/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu