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

Last updated: September 29,2024

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

In this section, we are going to explain the necessary steps to install perl-ExtUtils-InstallPaths.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-ExtUtils-InstallPaths.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:30:03 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-ExtUtils-InstallPaths
Version : 0.012
Release : 13.fc35
Architecture : noarch
Size : 26 k
Source : perl-ExtUtils-InstallPaths-0.012-13.fc35.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.