How to Install and Uninstall perl-File-PathList.noarch Package on Fedora 36

Last updated: October 09,2024

1. Install "perl-File-PathList.noarch" package

This tutorial shows how to install perl-File-PathList.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-File-PathList.noarch

2. Uninstall "perl-File-PathList.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-File-PathList.noarch on Fedora 36:

$ sudo dnf remove perl-File-PathList.noarch $ sudo dnf autoremove

3. Information about the perl-File-PathList.noarch package on Fedora 36

Last metadata expiration check: 0:22:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-File-PathList
Version : 1.04
Release : 32.fc36
Architecture : noarch
Size : 22 k
Source : perl-File-PathList-1.04-32.fc36.src.rpm
Repository : fedora
Summary : Find a file within a set of paths (like @INC or Java classpaths)
URL : https://metacpan.org/release/File-PathList
License : GPL+ or Artistic
Description : Many systems that map generic relative paths to absolute paths do so with a
: set of base paths. For example, perl itself when loading classes first turn
: a "Class::Name" into a path like "Class/Name.pm", and then looks through each
: element of @INC to find the actual file. To aid in portability, all relative
: paths are provided as UNIX-style relative paths, and converted to the
: localized version in the process of looking up the path.