How To Install perl-File-PathList on Fedora 36

In this tutorial we learn how to install perl-File-PathList in Fedora 36. perl-File-PathList is Find a file within a set of paths (like @INC or Java classpaths)

Introduction

In this tutorial we learn how to install perl-File-PathList on Fedora 36.

What is perl-File-PathList

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 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.

We can use yum or dnf to install perl-File-PathList on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-File-PathList.

Install perl-File-PathList on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-File-PathList using dnf by running the following command:

sudo dnf -y install perl-File-PathList

Install perl-File-PathList on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-File-PathList using yum by running the following command:

sudo yum -y install perl-File-PathList

How To Uninstall perl-File-PathList on Fedora 36

To uninstall only the perl-File-PathList package we can use the following command:

sudo dnf remove perl-File-PathList

perl-File-PathList Package Contents on Fedora 36

/usr/share/doc/perl-File-PathList
/usr/share/doc/perl-File-PathList/Changes
/usr/share/doc/perl-File-PathList/README
/usr/share/licenses/perl-File-PathList
/usr/share/licenses/perl-File-PathList/LICENSE
/usr/share/man/man3/File::PathList.3pm.gz
/usr/share/perl5/vendor_perl/File
/usr/share/perl5/vendor_perl/File/PathList.pm

References

Summary

In this tutorial we learn how to install perl-File-PathList on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).