How to Install and Uninstall libclass-data-accessor-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

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

Please follow the instructions below to install libclass-data-accessor-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall libclass-data-accessor-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libclass-data-accessor-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclass-data-accessor-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.04004-1
Depends: perl (>= 5.6.0-16)
Filename: pool/universe/libc/libclass-data-accessor-perl/libclass-data-accessor-perl_0.04004-1_all.deb
Size: 10448
MD5sum: 4045a3a065103f028a0748ca4d952340
SHA1: e214776b6c4c92f886d04581df50913b68a048a5
SHA256: 38b9535e4829727145947a7ae695fcf3865ca1e3a032b1cee205cb0c52d6d416
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
Homepage: http://search.cpan.org/dist/Class-Data-Accessor/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu