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

Last updated: September 29,2024

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

Learn how to install perl-Async-MergePoint.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Async-MergePoint.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:42:39 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Async-MergePoint
Version : 0.04
Release : 23.fc34
Architecture : noarch
Size : 23 k
Source : perl-Async-MergePoint-0.04-23.fc34.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.