How To Install perl-List-AllUtils on Fedora 36

In this tutorial we learn how to install perl-List-AllUtils in Fedora 36. perl-List-AllUtils is Combines List

Introduction

In this tutorial we learn how to install perl-List-AllUtils on Fedora 36.

What is perl-List-AllUtils

Are you sick of trying to remember whether a particular helper is defined in List This module will export all of the functions that either of those two modules defines.

We can use yum or dnf to install perl-List-AllUtils on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-List-AllUtils.

Install perl-List-AllUtils on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-List-AllUtils using dnf by running the following command:

sudo dnf -y install perl-List-AllUtils

Install perl-List-AllUtils on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-List-AllUtils using yum by running the following command:

sudo yum -y install perl-List-AllUtils

How To Uninstall perl-List-AllUtils on Fedora 36

To uninstall only the perl-List-AllUtils package we can use the following command:

sudo dnf remove perl-List-AllUtils

perl-List-AllUtils Package Contents on Fedora 36

/usr/share/doc/perl-List-AllUtils
/usr/share/doc/perl-List-AllUtils/CODE_OF_CONDUCT.md
/usr/share/doc/perl-List-AllUtils/CONTRIBUTING.md
/usr/share/doc/perl-List-AllUtils/Changes
/usr/share/doc/perl-List-AllUtils/README.md
/usr/share/licenses/perl-List-AllUtils
/usr/share/licenses/perl-List-AllUtils/LICENSE
/usr/share/man/man3/List::AllUtils.3pm.gz
/usr/share/perl5/vendor_perl/List
/usr/share/perl5/vendor_perl/List/AllUtils.pm

References

Summary

In this tutorial we learn how to install perl-List-AllUtils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).