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

Last updated: May 18,2024

1. Install "libobject-insideout-perl" package

This tutorial shows how to install libobject-insideout-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libobject-insideout-perl" package

This is a short guide on how to uninstall libobject-insideout-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libobject-insideout-perl
Priority: optional
Section: universe/perl
Installed-Size: 402
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 4.02-1
Depends: perl, libexception-class-perl (>= 1.32)
Suggests: libwant-perl (>= 0.21), perl (>= 5.13.0) | libthreads-shared-perl (>= 1.33)
Filename: pool/universe/libo/libobject-insideout-perl/libobject-insideout-perl_4.02-1_all.deb
Size: 123178
MD5sum: 4ba540b3b1561135a9a1752f57347ad0
SHA1: 07de8ec06b464f307eaf24bf5f04589e07e050f8
SHA256: 0b147a099d54143fb4b0ce2eeee47f15ab3d7be9f0f7aa91f7d0203e8ba05080
Description-en: comprehensive inside-out object construction kit
Object::InsideOut is a Perl module that implements inside-out objects as
anonymous scalar references that are blessed into a class with the scalar
containing the ID for the object (usually a sequence number). The scalar
reference is set as read-only to prevent accidental modifications to the ID.
Object data (such as fields) are stored within the class's package in either
arrays indexed by the object's ID, or hashes keyed to the object's ID.
Description-md5: bbae9714f7fd504af165803e8138f458
Homepage: https://metacpan.org/release/Object-InsideOut
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu