How To Install perl-inc-latest on Fedora 36

In this tutorial we learn how to install perl-inc-latest in Fedora 36. 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 Fedora 36.

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 Fedora 36. 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 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-inc-latest using dnf by running the following command:

sudo dnf -y install perl-inc-latest

Install perl-inc-latest 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-inc-latest using yum by running the following command:

sudo yum -y install perl-inc-latest

How To Uninstall perl-inc-latest on Fedora 36

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

sudo dnf remove perl-inc-latest

perl-inc-latest Package Contents on Fedora 36

/usr/share/doc/perl-inc-latest
/usr/share/doc/perl-inc-latest/Changes
/usr/share/doc/perl-inc-latest/README
/usr/share/licenses/perl-inc-latest
/usr/share/licenses/perl-inc-latest/LICENSE
/usr/share/man/man3/inc::latest.3pm.gz
/usr/share/man/man3/inc::latest::private.3pm.gz
/usr/share/perl5/vendor_perl/inc
/usr/share/perl5/vendor_perl/inc/latest
/usr/share/perl5/vendor_perl/inc/latest.pm
/usr/share/perl5/vendor_perl/inc/latest/private.pm

References

Summary

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