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

Last updated: October 05,2024

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

Please follow the steps below to install perl-ExtUtils-InstallPAR.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall perl-ExtUtils-InstallPAR.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:24:27 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-ExtUtils-InstallPAR
Version : 0.03
Release : 35.fc34
Architecture : noarch
Size : 13 k
Source : perl-ExtUtils-InstallPAR-0.03-35.fc34.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.