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

Last updated: May 20,2024

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

Here is a brief guide to show you how to install libclass-data-inheritable-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall libclass-data-inheritable-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-data-inheritable-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.08-2
Depends: perl
Filename: pool/universe/libc/libclass-data-inheritable-perl/libclass-data-inheritable-perl_0.08-2_all.deb
Size: 8774
MD5sum: 9039e8e68cb0dd670c7ee0975ce25774
SHA1: 2b9e2fc96580f4b040a38bcd5a741aa15c8c664d
SHA256: 2d69dc9307d522f2dc5ba2972ad80947388ea5cf33622e9ccbe467b64556d1d5
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
Homepage: https://metacpan.org/release/Class-Data-Inheritable/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu