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

Last updated: October 08,2024

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

Learn how to install perl-Path-Dispatcher.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-Path-Dispatcher.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:10:32 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Path-Dispatcher
Version : 1.08
Release : 1.fc35
Architecture : noarch
Size : 89 k
Source : perl-Path-Dispatcher-1.08-1.fc35.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.