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

Last updated: October 02,2024

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

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

$ 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 38:

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

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

Last metadata expiration check: 5:39:32 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Event-ExecFlow
Version : 0.64
Release : 39.fc38
Architecture : noarch
Size : 47 k
Source : perl-Event-ExecFlow-0.64-39.fc38.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.