How to Install and Uninstall libscalar-listify-perl Package on Kali Linux

Last updated: May 02,2024

1. Install "libscalar-listify-perl" package

Please follow the steps below to install libscalar-listify-perl on Kali Linux

$ sudo apt update $ sudo apt install libscalar-listify-perl

2. Uninstall "libscalar-listify-perl" package

Learn how to uninstall libscalar-listify-perl on Kali Linux:

$ sudo apt remove libscalar-listify-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libscalar-listify-perl package on Kali Linux

Package: libscalar-listify-perl
Version: 0.03-4
Installed-Size: 19
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 5640
SHA256: 80a06e963c8ec94d3143ec930862e1d345939c742ad1e9d971cdfddfd41f430c
SHA1: c65c9e4b54b99dfc6d2ca6b12e99bf76b69dd1e2
MD5sum: 96c9973cad90b841bddaedeb5030def9
Description: module that produces an array/arrayref from a scalar value or array ref
A lot of Perl code ends up with scalars having either a single scalar value
or a reference to an array of scalar values. In order to handle the two
conditions, one must check for what is in the scalar value before getting on
with one's task. Ie:
.
$text_scalar = 'text';
.
$aref_scalar = [ 1.. 5 ];
.
print ref($text_scalar) ? (join ':', @$text_scalar) : $text_scalar;
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Scalar-Listify
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libscalar-listify-perl/libscalar-listify-perl_0.03-4_all.deb