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

Last updated: May 18,2024

1. Install "libclass-data-accessor-perl" package

Learn how to install libclass-data-accessor-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libclass-data-accessor-perl

2. Uninstall "libclass-data-accessor-perl" package

This guide covers the steps necessary to uninstall libclass-data-accessor-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libclass-data-accessor-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-data-accessor-perl
Architecture: all
Version: 0.04004-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 26
Depends: perl
Filename: pool/universe/libc/libclass-data-accessor-perl/libclass-data-accessor-perl_0.04004-2_all.deb
Size: 9190
MD5sum: 1e9341c0a7a4c3ad4b1e501bf31f2ad1
SHA1: 66577b218e3a0624a2b03b1e69abc61388a743e6
SHA256: efc6bffca909717879656ce38337b82c8915b8a1820a3481327a76b7538078fe
SHA512: f48b5a3a8c6ea1dfe0b77d86abfdf44d02b214f0d56531efc425a1c281a3bf0bc5d309650ed596d9ac62937a2b1ccb50255256c3752e6bd83518300c2c8e04f5
Homepage: https://metacpan.org/release/Class-Data-Accessor
Description-en: Inheritable, overridable class and instance data accessor creation
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class properties that is overridable in subclasses as well as in
class instances.
.
For example:
.
Pere::Ubu->mk_classaccessor('Suitcase');
.
will generate the method Suitcase() in the class Pere::Ubu.
.
This new method can be used to get and set a piece of class property.
.
Pere::Ubu->Suitcase('Red');
$suitcase = Pere::Ubu->Suitcase;
Description-md5: 8cd60cb88df24f04898b4e18b894906f