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

Last updated: May 18,2024

1. Install "libmultidimensional-perl" package

This guide covers the steps necessary to install libmultidimensional-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmultidimensional-perl

2. Uninstall "libmultidimensional-perl" package

Here is a brief guide to show you how to uninstall libmultidimensional-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmultidimensional-perl
Priority: optional
Section: universe/perl
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.010-1build3
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.2.5), libb-hooks-op-check-perl (>= 0.19), liblexical-sealrequirehints-perl
Filename: pool/universe/libm/libmultidimensional-perl/libmultidimensional-perl_0.010-1build3_amd64.deb
Size: 6880
MD5sum: da96e9b7bfa9789c1336f9bbfc857655
SHA1: 4f58f0466bbfb89da8432aaece3f2f1719b1944f
SHA256: b3afb05c1c49ac12b4309933e91ed4edf6167a5e3d3f964aa06eb010ea0acf3d
Description-en: 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 multidmensional array emulation a
fatal error at compile time. To enable it, simply say
.
no multidimensional;
.
at the beginning of your script.
Description-md5: 83f0430ca98b7ef9a58be037e63e76bb
Homepage: http://search.cpan.org/dist/multidimensional/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu