How to Install and Uninstall perl-List-AllUtils.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 24,2024

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

This is a short guide on how to install perl-List-AllUtils.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This tutorial shows how to uninstall perl-List-AllUtils.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-List-AllUtils.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:59:15 ago on Mon Feb 26 15:59:38 2024.
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.