How To Install perl-Path-FindDev on Fedora 36

In this tutorial we learn how to install perl-Path-FindDev in Fedora 36. perl-Path-FindDev is Find a development path somewhere in an upper hierarchy

Introduction

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

What is perl-Path-FindDev

This package is mostly a glue layer around Path walking tricks.

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

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

sudo dnf -y install perl-Path-FindDev

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

sudo yum -y install perl-Path-FindDev

How To Uninstall perl-Path-FindDev on Fedora 36

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

sudo dnf remove perl-Path-FindDev

perl-Path-FindDev Package Contents on Fedora 36

/usr/share/doc/perl-Path-FindDev
/usr/share/doc/perl-Path-FindDev/Changes
/usr/share/doc/perl-Path-FindDev/LICENSE
/usr/share/doc/perl-Path-FindDev/README
/usr/share/man/man3/Path::FindDev.3pm.gz
/usr/share/man/man3/Path::FindDev::Object.3pm.gz
/usr/share/perl5/vendor_perl/Path
/usr/share/perl5/vendor_perl/Path/FindDev
/usr/share/perl5/vendor_perl/Path/FindDev.pm
/usr/share/perl5/vendor_perl/Path/FindDev/Object.pm

References

Summary

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