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

Last updated: May 01,2024

1. Install "libinternals-perl" package

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

$ sudo apt update $ sudo apt install libinternals-perl

2. Uninstall "libinternals-perl" package

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

$ sudo apt remove libinternals-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libinternals-perl
Priority: optional
Section: universe/perl
Installed-Size: 35
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.1-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5)
Filename: pool/universe/libi/libinternals-perl/libinternals-perl_1.1-2build2_amd64.deb
Size: 8578
MD5sum: 87839b341eb366cc6a1c059d326e5d47
SHA1: acf258feaf2d7598df7d610073b0840ffe48c73a
SHA256: 3f7f34b8a19b3c00572a49d412eb91d34f90b28ed3d605c8a979f7ca797d1127
Description-en: Perl module for write-protecting variables and manipulating refcounts
Internals allows you to write-protect and write-enable your Perl variables,
objects and data structures.
.
Moreover, the reference count of any Perl variable can be read and set.
.
You can never pass the object directly on which to perform the desired
action, you always have to pass a reference to the variable or data structure
in question.
.
This comes in handy for objects and anonymous data structures, where you only
have a reference anyway!
Description-md5: 04bc4c317706586700749523f9140451
Homepage: https://metacpan.org/release/Internals
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu