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

Last updated: May 08,2024

1. Install "libclass-insideout-perl" package

This is a short guide on how to install libclass-insideout-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-insideout-perl

2. Uninstall "libclass-insideout-perl" package

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

$ sudo apt remove libclass-insideout-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libclass-insideout-perl
Priority: optional
Section: universe/perl
Installed-Size: 146
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.13-2
Depends: perl, libclass-isa-perl
Filename: pool/universe/libc/libclass-insideout-perl/libclass-insideout-perl_1.13-2_all.deb
Size: 42008
MD5sum: bfe8d1f1397539f47802190eb15f0dc0
SHA1: 701e801d8d666fdd6e557a5ac6b8f99767c3d8c1
SHA256: 4b885e528dd73da1248a76e942765742bea98a73b3073b380ed232584e9e98f6
Description-en: safe, simple inside-out object construction kit
Class::InsideOut is a simple, safe and streamlined toolkit for building
inside-out objects. Unlike most other inside-out object building modules
already on CPAN, this module aims for minimalism and robustness:
.
* Does not require derived classes to subclass it
* Uses no source filters, attributes or CHECK blocks
* Supports any underlying object type including black-box inheritance
* Does not leak memory on object destruction
* Overloading-safe
* Thread-safe for Perl 5.8.5 or better
* mod_perl compatible
* Makes no assumption about inheritance or initializer needs
.
It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.
Description-md5: 250ff96357af5b0ac31d02afe0094845
Homepage: https://metacpan.org/release/Class-InsideOut/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu