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

Last updated: October 06,2024

1. Install "perl-multidimensional.x86_64" package

This is a short guide on how to install perl-multidimensional.x86_64 on Fedora 35

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

2. Uninstall "perl-multidimensional.x86_64" package

This is a short guide on how to uninstall perl-multidimensional.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:38:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-multidimensional
Version : 0.014
Release : 12.fc35
Architecture : x86_64
Size : 23 k
Source : perl-multidimensional-0.014-12.fc35.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.