How To Install perl-List-SomeUtils on Rocky Linux 8

In this tutorial we learn how to install perl-List-SomeUtils on Rocky Linux 8. perl-List-SomeUtils is Provide the stuff missing in List

Introduction

In this tutorial we learn how to install perl-List-SomeUtils on Rocky Linux 8.

What is perl-List-SomeUtils

List lists which is not going to go into List

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

Install perl-List-SomeUtils on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-List-SomeUtils

Install perl-List-SomeUtils on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-List-SomeUtils

How To Uninstall perl-List-SomeUtils on Rocky Linux 8

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

sudo dnf remove perl-List-SomeUtils

perl-List-SomeUtils Package Contents on Rocky Linux 8

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

References

Summary

In this tutorial we learn how to install perl-List-SomeUtils on Rocky Linux 8 using yum and dnf.