How to Install and Uninstall perl-multidimensional.x86_64 Package on Fedora 36

Last updated: September 28,2024

1. Install "perl-multidimensional.x86_64" package

In this section, we are going to explain the necessary steps to install perl-multidimensional.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-multidimensional.x86_64

2. Uninstall "perl-multidimensional.x86_64" package

This tutorial shows how to uninstall perl-multidimensional.x86_64 on Fedora 36:

$ sudo dnf remove perl-multidimensional.x86_64 $ sudo dnf autoremove

3. Information about the perl-multidimensional.x86_64 package on Fedora 36

Last metadata expiration check: 3:04:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-multidimensional
Version : 0.014
Release : 13.fc36
Architecture : x86_64
Size : 23 k
Source : perl-multidimensional-0.014-13.fc36.src.rpm
Repository : fedora
Summary : Disables multidimensional array emulation
URL : https://metacpan.org/release/multidimensional
License : GPL+ or Artistic
Description : 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.