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

Last updated: May 13,2024

1. Install "libautobox-core-perl" package

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

$ sudo apt update $ sudo apt install libautobox-core-perl

2. Uninstall "libautobox-core-perl" package

This guide let you learn how to uninstall libautobox-core-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libautobox-core-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.32-1
Depends: perl, libautobox-perl (>= 2.71), libwant-perl (>= 0.26)
Filename: pool/universe/liba/libautobox-core-perl/libautobox-core-perl_1.32-1_all.deb
Size: 32994
MD5sum: a32ff8d8f534e9091a4107e350e17689
SHA1: 8c4ba6eeea038b6f917d971464d3484f7dee81af
SHA256: 3ca7a435d0b599b7744d366851094146f751a803dfcc600eb64d6602c096b159
Description-en: module providing automatic methods for core functions
This module provides automatic methods which wrap perl's built-in
functions for minipulating numbers, strings, arrays, hashes, and code
references. It can be handy to use built-in functions as methods to avoid
messy dereferencing syntaxes and parentheses pile ups.
.
autobox::Core is what you'd call a stub module. It is merely glue, presenting
existing functions with a new interface. Most of the methods read like sub
hex ($) { hex($_[0]) }. Besides built-ins that operate on hashes, arrays,
scalars, and code references, some Perl 6-ish things were thrown in, and some
keywords like foreach have been turned into methods.
Description-md5: 8e378af87a3d7ff336f0d58e85a969b7
Homepage: https://metacpan.org/release/autobox-Core
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu