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

Last updated: May 06,2024

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

This tutorial shows how to install perl-ExtUtils-InstallPaths.noarch on Fedora 36

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

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

This guide covers the steps necessary to uninstall perl-ExtUtils-InstallPaths.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:34:00 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-ExtUtils-InstallPaths
Version : 0.012
Release : 14.fc36
Architecture : noarch
Size : 26 k
Source : perl-ExtUtils-InstallPaths-0.012-14.fc36.src.rpm
Repository : fedora
Summary : Build.PL install path logic made easy
URL : https://metacpan.org/release/ExtUtils-InstallPaths
License : GPL+ or Artistic
Description : This module tries to make install path resolution as easy as possible.
:
: When you want to install a module, it needs to figure out where to install
: things. The nutshell version of how this works is that default installation
: locations are determined from ExtUtils::Config, and they may be individually
: overridden by using the install_path attribute. An install_base attribute lets
: you specify an alternative installation root like /home/foo and prefix does
: something similar in a rather different (and more complicated) way. destdir
: lets you specify a temporary installation directory like /tmp/install in case
: you want to create bundled-up installable packages.