How To Install perl-Path-Dispatcher on Fedora 36

In this tutorial we learn how to install perl-Path-Dispatcher in Fedora 36. perl-Path-Dispatcher is Flexible and extensible dispatch

Introduction

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

What is perl-Path-Dispatcher

Path a path and a list of rules, and it returns a list of matches. From there, you can “run” the rules that matched. These phases are distinct so that, if you need to, you can inspect which rules were matched without ever running their code-blocks.

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

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

sudo dnf -y install perl-Path-Dispatcher

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

sudo yum -y install perl-Path-Dispatcher

How To Uninstall perl-Path-Dispatcher on Fedora 36

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

sudo dnf remove perl-Path-Dispatcher

perl-Path-Dispatcher Package Contents on Fedora 36

/usr/share/doc/perl-Path-Dispatcher
/usr/share/doc/perl-Path-Dispatcher/CONTRIBUTING
/usr/share/doc/perl-Path-Dispatcher/Changes
/usr/share/doc/perl-Path-Dispatcher/README
/usr/share/licenses/perl-Path-Dispatcher
/usr/share/licenses/perl-Path-Dispatcher/LICENSE
/usr/share/man/man3/Path::Dispatcher.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Cookbook.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Dispatch.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Match.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Path.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Role::Rules.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Alternation.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Always.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Chain.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::CodeRef.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Dispatch.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Empty.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Enum.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Eq.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Intersection.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Metadata.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Regex.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Sequence.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Tokens.3pm.gz
/usr/share/man/man3/Path::Dispatcher::Rule::Under.3pm.gz
/usr/share/perl5/vendor_perl/Path
/usr/share/perl5/vendor_perl/Path/Dispatcher
/usr/share/perl5/vendor_perl/Path/Dispatcher.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Cookbook.pod
/usr/share/perl5/vendor_perl/Path/Dispatcher/Dispatch.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Match.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Path.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Role
/usr/share/perl5/vendor_perl/Path/Dispatcher/Role/Rules.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Alternation.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Always.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Chain.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/CodeRef.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Dispatch.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Empty.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Enum.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Eq.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Intersection.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Metadata.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Regex.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Sequence.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Tokens.pm
/usr/share/perl5/vendor_perl/Path/Dispatcher/Rule/Under.pm

References

Summary

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