How to Install and Uninstall perl-MooseX-Workers.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "perl-MooseX-Workers.noarch" package

Please follow the instructions below to install perl-MooseX-Workers.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MooseX-Workers.noarch

2. Uninstall "perl-MooseX-Workers.noarch" package

Learn how to uninstall perl-MooseX-Workers.noarch on Fedora 36:

$ sudo dnf remove perl-MooseX-Workers.noarch $ sudo dnf autoremove

3. Information about the perl-MooseX-Workers.noarch package on Fedora 36

Last metadata expiration check: 1:02:24 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MooseX-Workers
Version : 0.24
Release : 23.fc36
Architecture : noarch
Size : 36 k
Source : perl-MooseX-Workers-0.24-23.fc36.src.rpm
Repository : fedora
Summary : Provides a simple sub-process management for asynchronous tasks
URL : https://metacpan.org/release/MooseX-Workers
License : GPL+ or Artistic
Description : MooseX::Workers is a Role that provides easy delegation of long-running
: tasks into a managed child process. Process management is taken care of via
: POE and it's POE::Wheel::Run module.