How To Install perl-Module-Path on Fedora 36

In this tutorial we learn how to install perl-Module-Path in Fedora 36. perl-Module-Path is Get the full path to a locally installed module

Introduction

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

What is perl-Module-Path

This Module takes a module name and finds the first directory in your @INC path where the module is installed locally. It returns the full path to that file, resolving any symbolic links.

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

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

sudo dnf -y install perl-Module-Path

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

sudo yum -y install perl-Module-Path

How To Uninstall perl-Module-Path on Fedora 36

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

sudo dnf remove perl-Module-Path

perl-Module-Path Package Contents on Fedora 36

/usr/bin/mpath
/usr/share/doc/perl-Module-Path
/usr/share/doc/perl-Module-Path/Changes
/usr/share/doc/perl-Module-Path/README
/usr/share/doc/perl-Module-Path/TODO.md
/usr/share/licenses/perl-Module-Path
/usr/share/licenses/perl-Module-Path/LICENSE
/usr/share/man/man1/mpath.1.gz
/usr/share/man/man3/Module::Path.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Path.pm

References

Summary

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