How to Install and Uninstall libarray-base-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libarray-base-perl" package

This guide covers the steps necessary to install libarray-base-perl on Kali Linux

$ sudo apt update $ sudo apt install libarray-base-perl

2. Uninstall "libarray-base-perl" package

This tutorial shows how to uninstall libarray-base-perl on Kali Linux:

$ sudo apt remove libarray-base-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libarray-base-perl package on Kali Linux

Package: libarray-base-perl
Source: libarray-base-perl (0.006-4)
Version: 0.006-4+b2
Installed-Size: 50
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, liblexical-sealrequirehints-perl
Size: 14896
SHA256: c3aa98be69dcee98074f0d4aa8a76383c7478e2545625b318a24fa731967e1e1
SHA1: 98dc010f3cf1bbfce575254ddf3156cd019d8243
MD5sum: 1a97d41b4561aa291845952203b6b447
Description: array index offseting
Array::Base implements automatic offsetting of array indices. In normal Perl,
the first element of an array has index 0, the second element has index 1,
and so on. This module allows array indexes to start at some other value.
Most commonly it is used to give the first element of an array the index 1
(and the second 2, and so on), to imitate the indexing behaviour of FORTRAN
and many other languages. It is usually considered poor style to do this.
.
The array index offset is controlled at compile time, in a lexically-scoped
manner. Each block of code, therefore, is subject to a fixed offset. It is
expected that the affected code is written with knowledge of what that offset
is.
Description-md5:
Multi-Arch: same
Homepage: https://metacpan.org/release/Array-Base
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libarray-base-perl/libarray-base-perl_0.006-4+b2_amd64.deb