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

Last updated: May 10,2024

1. Install "libarray-group-perl" package

This guide let you learn how to install libarray-group-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libarray-group-perl" package

Please follow the steps below to uninstall libarray-group-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libarray-group-perl
Priority: optional
Section: universe/perl
Installed-Size: 21
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 4.2-1
Depends: perl
Filename: pool/universe/liba/libarray-group-perl/libarray-group-perl_4.2-1_all.deb
Size: 7256
MD5sum: 79d7eb9692eb444cd58f7f28598c3edc
SHA1: 66d41e61721e425adc6d020ac8b004ca4ef7f0db
SHA256: 71a9914322735ac7f3b3b22d2b06f8a6470d4cf6539ddf5ef95c6c9777d584b9
Description-en: module that converts an array into array of arrayrefs of uniform size N
Array::Group is a module for converting a list into a list of arrayrefs
of the same size. It exports two methods:
.
The ngroup method reformats a list into a list of arrayrefs. It is often
used for formatting data into HTML tables, amongst other things.
.
dissect() returns a list of lists where the first element of each sublist
will be one of the first elements of the source list, and the last element
will be one of the last. This behaviour is much more useful when the input
list is sorted.
.
The key difference between the two methods is that dissect() takes elements
from the start of the list provided and pushes them onto each of the
subarrays sequentially, rather than simply dividing the list into discrete
chunks.
Description-md5: 6c5c559e1df522f99118d059584711f0
Homepage: https://metacpan.org/release/Array-Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu