How to Install and Uninstall libclass-data-inheritable-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

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

This guide let you learn how to install libclass-data-inheritable-perl on Ubuntu 21.10 (Impish Indri)

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

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

This guide let you learn how to uninstall libclass-data-inheritable-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libclass-data-inheritable-perl package on Ubuntu 21.10 (Impish Indri)

Package: libclass-data-inheritable-perl
Architecture: all
Version: 0.08-3
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Depends: perl
Filename: pool/main/libc/libclass-data-inheritable-perl/libclass-data-inheritable-perl_0.08-3_all.deb
Size: 8084
MD5sum: c5b509c1554ed931e8c8969f65e2a1d6
SHA1: 5804e1f703a7d68c662a9f94303fd3c2e0374be5
SHA256: 6d989a0a6ae168883c9abcb4443cb81e53f86ce4f73baf18a886a91e1d75b667
SHA512: 88ad03b7279cece9852e30e9e1ee56ee43837f906fb3849ffecd48a961359574c8e9aa3d53e0b8dc30e6f3b93f9b4efad3f3ddd15b58c32864b32a919e3a99c7
Homepage: https://metacpan.org/release/Class-Data-Inheritable
Description-en: Perl module to create accessors to class data
Class::Data::Inheritable is for creating accessors/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overridden.
.
For example:
.
Pere::Ubu->mk_classdata('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 data.
.
Pere::Ubu->Suitcase('Red');
$suitcase = Pere::Ubu->Suitcase;
Description-md5: 82bba9e65b0ab1d72fbef1e5e404c956
Task: ubuntu-mate-core, ubuntu-mate-desktop