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

Last updated: September 20,2024

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

Please follow the guidelines below to install perl-List-AllUtils.noarch on Rocky Linux 8

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

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

Learn how to uninstall perl-List-AllUtils.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:55:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-List-AllUtils
Version : 0.18
Release : 2.el8
Architecture : noarch
Size : 52 k
Source : perl-List-AllUtils-0.18-2.el8.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.