How to Install and Uninstall perl-multidimensional.x86_64 Package on Rocky Linux 9

Last updated: July 06,2024

1. Install "perl-multidimensional.x86_64" package

This guide covers the steps necessary to install perl-multidimensional.x86_64 on Rocky Linux 9

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

2. Uninstall "perl-multidimensional.x86_64" package

Please follow the step by step instructions below to uninstall perl-multidimensional.x86_64 on Rocky Linux 9:

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

3. Information about the perl-multidimensional.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:14:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-multidimensional
Version : 0.014
Release : 13.el9
Architecture : x86_64
Size : 23 k
Source : perl-multidimensional-0.014-13.el9.src.rpm
Repository : epel
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.