How To Install perl-List-MoreUtils on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-List-MoreUtils
on Rocky Linux 8.
What is perl-List-MoreUtils
List on lists that is not going to go into List
We can use yum
or dnf
to install perl-List-MoreUtils
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-List-MoreUtils.
Install perl-List-MoreUtils 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-MoreUtils
using dnf
by running the following command:
sudo dnf -y install perl-List-MoreUtils
Install perl-List-MoreUtils 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-MoreUtils
using yum
by running the following command:
sudo yum -y install perl-List-MoreUtils
How To Uninstall perl-List-MoreUtils on Rocky Linux 8
To uninstall only the perl-List-MoreUtils
package we can use the following command:
sudo dnf remove perl-List-MoreUtils
perl-List-MoreUtils Package Contents on Rocky Linux 8
/usr/share/doc/perl-List-MoreUtils
/usr/share/doc/perl-List-MoreUtils/Changes
/usr/share/doc/perl-List-MoreUtils/README.md
/usr/share/licenses/perl-List-MoreUtils
/usr/share/licenses/perl-List-MoreUtils/ARTISTIC-1.0
/usr/share/licenses/perl-List-MoreUtils/GPL-1
/usr/share/licenses/perl-List-MoreUtils/LICENSE
/usr/share/man/man3/List::MoreUtils.3pm.gz
/usr/share/man/man3/List::MoreUtils::Contributing.3pm.gz
/usr/share/man/man3/List::MoreUtils::PP.3pm.gz
/usr/share/perl5/vendor_perl/List
/usr/share/perl5/vendor_perl/List/MoreUtils
/usr/share/perl5/vendor_perl/List/MoreUtils.pm
/usr/share/perl5/vendor_perl/List/MoreUtils/Contributing.pod
/usr/share/perl5/vendor_perl/List/MoreUtils/PP.pm
References
Summary
In this tutorial we learn how to install perl-List-MoreUtils
on Rocky Linux 8 using yum and dnf.