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

Last updated: May 15,2024

1. Install "libarray-group-perl" package

Please follow the guidelines below to install libarray-group-perl on Kali Linux

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

2. Uninstall "libarray-group-perl" package

Please follow the step by step instructions below to uninstall libarray-group-perl on Kali Linux:

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

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

Package: libarray-group-perl
Version: 4.2-3
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 6956
SHA256: 238641dccc08c6d8398e6ef5aab969ac99111d2d0b341b3c904c1249bfaa91f9
SHA1: 8788a2e00875d7efcf35ecf50f1f7e9c00e5042b
MD5sum: d1781c655f1c542171e523840803c0cc
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Array-Group
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/liba/libarray-group-perl/libarray-group-perl_4.2-3_all.deb