How To Install perl-multidimensional on Fedora 36

In this tutorial we learn how to install perl-multidimensional in Fedora 36. perl-multidimensional is Disables multidimensional array emulation

Introduction

In this tutorial we learn how to install perl-multidimensional on Fedora 36.

What is perl-multidimensional

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.

We can use yum or dnf to install perl-multidimensional on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-multidimensional.

Install perl-multidimensional on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-multidimensional using dnf by running the following command:

sudo dnf -y install perl-multidimensional

Install perl-multidimensional on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-multidimensional using yum by running the following command:

sudo yum -y install perl-multidimensional

How To Uninstall perl-multidimensional on Fedora 36

To uninstall only the perl-multidimensional package we can use the following command:

sudo dnf remove perl-multidimensional

perl-multidimensional Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/c003bada14898f3ab5a4af05e3a823937a445d
/usr/lib64/perl5/vendor_perl/auto/multidimensional
/usr/lib64/perl5/vendor_perl/auto/multidimensional/multidimensional.so
/usr/lib64/perl5/vendor_perl/multidimensional.pm
/usr/share/doc/perl-multidimensional
/usr/share/doc/perl-multidimensional/Changes
/usr/share/doc/perl-multidimensional/README
/usr/share/licenses/perl-multidimensional
/usr/share/licenses/perl-multidimensional/LICENSE
/usr/share/man/man3/multidimensional.3pm.gz

References

Summary

In this tutorial we learn how to install perl-multidimensional on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).