How to Install and Uninstall perl-ExtUtils-InstallPaths.noarch Package on CentOS Stream 9

Last updated: September 28,2024

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

This is a short guide on how to install perl-ExtUtils-InstallPaths.noarch on CentOS Stream 9

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

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

This tutorial shows how to uninstall perl-ExtUtils-InstallPaths.noarch on CentOS Stream 9:

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

3. Information about the perl-ExtUtils-InstallPaths.noarch package on CentOS Stream 9

Last metadata expiration check: 0:48:26 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-ExtUtils-InstallPaths
Version : 0.012
Release : 7.el9
Architecture : noarch
Size : 27 k
Source : perl-ExtUtils-InstallPaths-0.012-7.el9.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.