How to Install and Uninstall perl-ExtUtils-InstallPaths.noarch Package on Rocky Linux 9
Last updated: November 13,2024
1. Install "perl-ExtUtils-InstallPaths.noarch" package
Please follow the step by step instructions below to install perl-ExtUtils-InstallPaths.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-ExtUtils-InstallPaths.noarch
Copied
2. Uninstall "perl-ExtUtils-InstallPaths.noarch" package
Please follow the guidance below to uninstall perl-ExtUtils-InstallPaths.noarch on Rocky Linux 9:
$
sudo dnf remove
perl-ExtUtils-InstallPaths.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-ExtUtils-InstallPaths.noarch package on Rocky Linux 9
Last metadata expiration check: 2:19:03 ago on Fri Feb 16 06:49:52 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.
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.