How to Install and Uninstall libautobox-core-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libautobox-core-perl" package

Please follow the instructions below to install libautobox-core-perl on Kali Linux

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

2. Uninstall "libautobox-core-perl" package

In this section, we are going to explain the necessary steps to uninstall libautobox-core-perl on Kali Linux:

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

3. Information about the libautobox-core-perl package on Kali Linux

Package: libautobox-core-perl
Version: 1.33-2
Installed-Size: 83
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libautobox-perl, libwant-perl
Size: 36144
SHA256: 73565966638cc6a9952622804bd10a9372fa46e7c1dd5a136c99f091c679e9c2
SHA1: 08cf692dce3e2cfccafd58e0eb9fff7043955f45
MD5sum: 58ab2668c8bcb6d5a1d44b86fa9b6347
Description: 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:
Homepage: https://metacpan.org/release/autobox-Core
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libautobox-core-perl/libautobox-core-perl_1.33-2_all.deb