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

Last updated: October 04,2024

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

Please follow the steps below to install perl-Event-ExecFlow.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Event-ExecFlow.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:26:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Event-ExecFlow
Version : 0.64
Release : 33.fc34
Architecture : noarch
Size : 45 k
Source : perl-Event-ExecFlow-0.64-33.fc34.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.