How to Install and Uninstall perl-List-AllUtils.noarch Package on Rocky Linux 9

Last updated: July 05,2024

1. Install "perl-List-AllUtils.noarch" package

This guide covers the steps necessary to install perl-List-AllUtils.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-List-AllUtils.noarch

2. Uninstall "perl-List-AllUtils.noarch" package

Please follow the guidelines below to uninstall perl-List-AllUtils.noarch on Rocky Linux 9:

$ sudo dnf remove perl-List-AllUtils.noarch $ sudo dnf autoremove

3. Information about the perl-List-AllUtils.noarch package on Rocky Linux 9

Last metadata expiration check: 1:36:49 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-List-AllUtils
Version : 0.19
Release : 7.el9
Architecture : noarch
Size : 49 k
Source : perl-List-AllUtils-0.19-7.el9.src.rpm
Repository : epel
Summary : Combines List::Util and List::SomeUtils
URL : https://metacpan.org/release/List-AllUtils
License : Artistic 2.0 and CC-BY
Description : Are you sick of trying to remember whether a particular helper is defined
: in List::Util or List::SomeUtils? I sure am. Now you don't have to remember.
: This module will export all of the functions that either of those two
: modules defines.