How to Install and Uninstall libarray-base-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "libarray-base-perl" package

Please follow the steps below to install libarray-base-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libarray-base-perl" package

This is a short guide on how to uninstall libarray-base-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libarray-base-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libarray-base-perl
Architecture: amd64
Version: 0.006-3
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.30.3-4), perlapi-5.30.3, liblexical-sealrequirehints-perl (>= 0.008)
Filename: pool/universe/liba/libarray-base-perl/libarray-base-perl_0.006-3_amd64.deb
Size: 13592
MD5sum: 92f3a83c4ebb4c7255f8c3433adb9643
SHA1: 5b671f8134d522425a16abe98a90864f12050649
SHA256: c26c078169ec860e8856864ddfb55649d90d70a69b3ce517b7c9c4b0641e8f3c
SHA512: a2dac3e72b386486ca1bd7e7cd0579e13437b0478c666d0c9b8146b5d69e2ad1f135dda4a222c40639d7f73bfdb132174e9ebf65b99ccde49632828bb71fdd8b
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