How to Install and Uninstall perl-Path-Dispatcher.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "perl-Path-Dispatcher.noarch" package

This guide covers the steps necessary to install perl-Path-Dispatcher.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Path-Dispatcher.noarch

2. Uninstall "perl-Path-Dispatcher.noarch" package

This tutorial shows how to uninstall perl-Path-Dispatcher.noarch on Fedora 34:

$ sudo dnf remove perl-Path-Dispatcher.noarch $ sudo dnf autoremove

3. Information about the perl-Path-Dispatcher.noarch package on Fedora 34

Last metadata expiration check: 2:52:53 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Path-Dispatcher
Version : 1.08
Release : 1.fc34
Architecture : noarch
Size : 89 k
Source : perl-Path-Dispatcher-1.08-1.fc34.src.rpm
Repository : updates
Summary : Flexible and extensible dispatch
URL : https://metacpan.org/dist/Path-Dispatcher/
License : GPL+ or Artistic
Description : Path::Dispatcher's basic operation is that of dispatch. Dispatch takes
: 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.