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

Last updated: May 14,2024

1. Install "libautobox-perl" package

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

$ sudo apt update $ sudo apt install libautobox-perl

2. Uninstall "libautobox-perl" package

Please follow the step by step instructions below to uninstall libautobox-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libautobox-perl
Priority: optional
Section: universe/perl
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2.83-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4), libscope-guard-perl
Filename: pool/universe/liba/libautobox-perl/libautobox-perl_2.83-1build1_amd64.deb
Size: 25670
MD5sum: 80ebf9c06be327df7474a0c45689adf0
SHA1: efa0eb68a3bd4eae83637cf4dc42f6b75042167d
SHA256: f62ce390832fd74ca8b39c9e022ad7e3250bf334f8d2a4a997e55a4a38b92fdb
Description-en: Perl pragma for method calls on native types
autobox is a Perl pragma that enables method calls on Perl's native data types
including numeric values (integers and floats), strings, arrays, hashes and
even code references in a simple and consistent way.
.
When a method is invoked on something which is not a blessed object reference,
autobox looks for the method in a package whose name corresponds to the ref()
type of the value. This design means extending the default functionality for
new methods on a type-by-type basis is very simple.
Description-md5: 1f5d930384c2bd91260d4bf8ca1aa68e
Homepage: https://metacpan.org/release/autobox
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu