How to Install and Uninstall libasync-mergepoint-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libasync-mergepoint-perl" package

Please follow the guidance below to install libasync-mergepoint-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libasync-mergepoint-perl

2. Uninstall "libasync-mergepoint-perl" package

Here is a brief guide to show you how to uninstall libasync-mergepoint-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libasync-mergepoint-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libasync-mergepoint-perl package on Ubuntu 21.10 (Impish Indri)

Package: libasync-mergepoint-perl
Architecture: all
Version: 0.04-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: perl:any
Filename: pool/universe/liba/libasync-mergepoint-perl/libasync-mergepoint-perl_0.04-2.1_all.deb
Size: 10304
MD5sum: 24a2248228e47d97d6627b5985861fa1
SHA1: e4e56491fb8d3cd69b64d122aa81604c243695ce
SHA256: 325031559ca3844b6392793708e47e2f29c3eef785c0ab07aa0579c70a228f2a
SHA512: ab27f3aae234964416437daf124bc834eb818fba9fc681d9d21fb597dbc7949492748b49493af7a3778402aa121155cbccc42478c611a9c3732d8e59c1bb2ff6
Homepage: https://metacpan.org/release/Async-MergePoint
Description-en: Perl module to resynchronize multiple control flows
Async::Mergepoint is a module designed to provide a way to resynchronize
multiple parallel control flows. 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.
.
An asynchronous or event-based program could do this, but if each step
involves some IO idle time, better overall performance can often be gained by
running the steps in parallel. A Async::MergePoint object can then be used to
wait for all of the steps to complete, before passing the combined result of
each step on to the next stage.
Description-md5: cefaa076eae438c880a06c723ce5f9a7