How to Install and Uninstall perl-Async-MergePoint.noarch Package on Fedora 36

Last updated: March 03,2025

1. Install "perl-Async-MergePoint.noarch" package

Please follow the step by step instructions below to install perl-Async-MergePoint.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Async-MergePoint.noarch

2. Uninstall "perl-Async-MergePoint.noarch" package

Please follow the guidelines below to uninstall perl-Async-MergePoint.noarch on Fedora 36:

$ sudo dnf remove perl-Async-MergePoint.noarch $ sudo dnf autoremove

3. Information about the perl-Async-MergePoint.noarch package on Fedora 36

Last metadata expiration check: 4:50:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Async-MergePoint
Version : 0.04
Release : 26.fc36
Architecture : noarch
Size : 22 k
Source : perl-Async-MergePoint-0.04-26.fc36.src.rpm
Repository : fedora
Summary : Resynchronize diverged control flow
URL : https://metacpan.org/release/Async-MergePoint
License : GPL+ or Artistic
Description : Often in program logic, multiple different steps need to be taken that are
: independent of each other, but their total result is needed before the next
: step can be taken. In synchronous code, the usual approach is to do them
: sequentially.