How to Install and Uninstall perl-Event-ExecFlow.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Event-ExecFlow.noarch" package

Learn how to install perl-Event-ExecFlow.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Event-ExecFlow.noarch

2. Uninstall "perl-Event-ExecFlow.noarch" package

Please follow the steps below to uninstall perl-Event-ExecFlow.noarch on Fedora 36:

$ sudo dnf remove perl-Event-ExecFlow.noarch $ sudo dnf autoremove

3. Information about the perl-Event-ExecFlow.noarch package on Fedora 36

Last metadata expiration check: 0:00:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : perl-Event-ExecFlow
Version : 0.64
Release : 36.fc36
Architecture : noarch
Size : 45 k
Source : perl-Event-ExecFlow-0.64-36.fc36.src.rpm
Repository : fedora
Summary : High level API for event-based execution flow control
URL : https://metacpan.org/release/Event-ExecFlow
License : (GPL+ or Artistic) and LGPLv2+
Description : Event::ExecFlow offers a high level API to declare jobs, which mainly execute
: external commands, parse their output to get progress or other status
: information, triggers actions when the command has been finished etc. Such jobs
: can be chained together in a recursive fashion to fulfill rather complex tasks
: which consist of many jobs.