How to Install and Uninstall libmultidimensional-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libmultidimensional-perl" package

This is a short guide on how to install libmultidimensional-perl on Kali Linux

$ sudo apt update $ sudo apt install libmultidimensional-perl

2. Uninstall "libmultidimensional-perl" package

Please follow the steps below to uninstall libmultidimensional-perl on Kali Linux:

$ sudo apt remove libmultidimensional-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmultidimensional-perl package on Kali Linux

Package: libmultidimensional-perl
Source: libmultidimensional-perl (0.014-2)
Version: 0.014-2+b2
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.3), libb-hooks-op-check-perl
Size: 8704
SHA256: d91066eec34a4af3b6d589fce69d0ff28b348822f448dbde3488ef80ea1a22f0
SHA1: 2b9d2ae529f864f3ae9635139413c88f907bb00b
MD5sum: c4ec99d73241a95a1dc387380769de83
Description: Perl pragma to disable multidimensional array emulation
Perl's multidimensional array emulation stems from the days before the
language had references, but these days it mostly serves to bite you
when you typo a hash slice by using the $ sigil instead of @.
.
This module lexically makes using multidimensional array emulation a
fatal error at compile time. To enable it, simply say
.
no multidimensional;
.
at the beginning of your script.
Description-md5:
Multi-Arch: same
Homepage: https://metacpan.org/release/multidimensional
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libm/libmultidimensional-perl/libmultidimensional-perl_0.014-2+b2_amd64.deb