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

Last updated: June 18,2024

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

Here is a brief guide to show you how to install perl-File-PathList.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall perl-File-PathList.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:18:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-File-PathList
Version : 1.04
Release : 31.fc35
Architecture : noarch
Size : 22 k
Source : perl-File-PathList-1.04-31.fc35.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.