How to Install and Uninstall perl-ExtUtils-InstallPaths.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

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

Please follow the instructions below to install perl-ExtUtils-InstallPaths.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Here is a brief guide to show you how to uninstall perl-ExtUtils-InstallPaths.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-ExtUtils-InstallPaths.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:50:46 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-ExtUtils-InstallPaths
Version : 0.012
Release : 7.el8
Architecture : noarch
Size : 29 k
Source : perl-ExtUtils-InstallPaths-0.012-7.el8.src.rpm
Repository : epel
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.