How to Install and Uninstall libarray-base-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 13,2024

1. Install "libarray-base-perl" package

This tutorial shows how to install libarray-base-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libarray-base-perl" package

Here is a brief guide to show you how to uninstall libarray-base-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libarray-base-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libarray-base-perl
Architecture: amd64
Version: 0.006-3build1
Multi-Arch: same
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 49
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, liblexical-sealrequirehints-perl (>= 0.008)
Filename: pool/universe/liba/libarray-base-perl/libarray-base-perl_0.006-3build1_amd64.deb
Size: 13704
MD5sum: e059d1064e0fc711d4fa862776442e82
SHA1: 01c743fef6c10c71eaee6c838847eede817c8213
SHA256: 3611086d55d7db32c3b9563c1af602c0761a8d86b0bb32422ca295ba3b648d3f
SHA512: 65c096105fb3e8301c4f7dec43fc2fb8987ebce3d3b2da79b54276b3fc93211f59b205e62da3fbff3793e0d80c58dd1c863b8dc1737abe12774a23e4471a3aa5
Homepage: https://metacpan.org/release/Array-Base
Description-en: 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: 7e29b2b273d01411f14337f572452882