How To Install perl-inc-latest on AlmaLinux 8

In this tutorial we learn how to install perl-inc-latest in AlmaLinux 8. perl-inc-latest is Use modules bundled in inc/ if they are newer than installed ones

Introduction

In this tutorial we learn how to install perl-inc-latest on AlmaLinux 8.

What is perl-inc-latest

The inc distributions. These dependencies get bundled into the inc directory within a distribution and are used by Makefile.PL or Build.PL.

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

Install perl-inc-latest on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-inc-latest

Install perl-inc-latest on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-inc-latest

How To Uninstall perl-inc-latest on AlmaLinux 8

To uninstall only the perl-inc-latest package we can use the following command:

sudo dnf remove perl-inc-latest

References

Summary

In this tutorial we learn how to install perl-inc-latest on AlmaLinux 8 using yum and dnf.