How To Install perl-Path-Iter on Fedora 36

In this tutorial we learn how to install perl-Path-Iter in Fedora 36. perl-Path-Iter is Simple Efficient Path Iteration

Introduction

In this tutorial we learn how to install perl-Path-Iter on Fedora 36.

What is perl-Path-Iter

Iterate through the contents of a given path without having to build the entire list first.

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

Install perl-Path-Iter 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-Path-Iter using dnf by running the following command:

sudo dnf -y install perl-Path-Iter

Install perl-Path-Iter 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-Path-Iter using yum by running the following command:

sudo yum -y install perl-Path-Iter

How To Uninstall perl-Path-Iter on Fedora 36

To uninstall only the perl-Path-Iter package we can use the following command:

sudo dnf remove perl-Path-Iter

perl-Path-Iter Package Contents on Fedora 36

/usr/share/doc/perl-Path-Iter
/usr/share/doc/perl-Path-Iter/Changes
/usr/share/doc/perl-Path-Iter/README
/usr/share/man/man3/Path::Iter.3pm.gz
/usr/share/perl5/vendor_perl/Path
/usr/share/perl5/vendor_perl/Path/Iter.pm
/usr/share/perl5/vendor_perl/Path/Iter.pod

References

Summary

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