How To Install perl-ExtUtils-InstallPAR on Fedora 36

In this tutorial we learn how to install perl-ExtUtils-InstallPAR in Fedora 36. perl-ExtUtils-InstallPAR is Install .par’s into any installed perl

Introduction

In this tutorial we learn how to install perl-ExtUtils-InstallPAR on Fedora 36.

What is perl-ExtUtils-InstallPAR

This module installs PAR distributions (i.e. .par files) into any perl installation on the system. The PAR currently running perl by default and provides the necessary parameters to override any installation directories. Figuring out how to use those overrides in order to install into an arbitrary perl installation on the system may be beyond most users, however. Hence this convenience wrapper using ExtUtils installation paths of any perl interpreter than can be executed by the current user.

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

Install perl-ExtUtils-InstallPAR 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-ExtUtils-InstallPAR using dnf by running the following command:

sudo dnf -y install perl-ExtUtils-InstallPAR

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

sudo yum -y install perl-ExtUtils-InstallPAR

How To Uninstall perl-ExtUtils-InstallPAR on Fedora 36

To uninstall only the perl-ExtUtils-InstallPAR package we can use the following command:

sudo dnf remove perl-ExtUtils-InstallPAR

perl-ExtUtils-InstallPAR Package Contents on Fedora 36

/usr/share/doc/perl-ExtUtils-InstallPAR
/usr/share/doc/perl-ExtUtils-InstallPAR/Changes
/usr/share/man/man3/ExtUtils::InstallPAR.3pm.gz
/usr/share/perl5/vendor_perl/ExtUtils
/usr/share/perl5/vendor_perl/ExtUtils/InstallPAR.pm

References

Summary

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