How to Install and Uninstall perl-ExtUtils-InstallPAR.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "perl-ExtUtils-InstallPAR.noarch" package

In this section, we are going to explain the necessary steps to install perl-ExtUtils-InstallPAR.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-ExtUtils-InstallPAR.noarch

2. Uninstall "perl-ExtUtils-InstallPAR.noarch" package

This guide let you learn how to uninstall perl-ExtUtils-InstallPAR.noarch on Fedora 36:

$ sudo dnf remove perl-ExtUtils-InstallPAR.noarch $ sudo dnf autoremove

3. Information about the perl-ExtUtils-InstallPAR.noarch package on Fedora 36

Last metadata expiration check: 3:29:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-InstallPAR
Version : 0.03
Release : 38.fc36
Architecture : noarch
Size : 13 k
Source : perl-ExtUtils-InstallPAR-0.03-38.fc36.src.rpm
Repository : fedora
Summary : Install .par's into any installed perl
URL : https://metacpan.org/release/ExtUtils-InstallPAR
License : GPL+ or Artistic
Description : This module installs PAR distributions (i.e. .par files) into any perl
: installation on the system. The PAR::Dist module can install into the
: 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::InferConfig to automatically determine the typical site
: installation paths of any perl interpreter than can be executed by the
: current user.