How to Install and Uninstall libasync-mergepoint-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libasync-mergepoint-perl" package

This is a short guide on how to install libasync-mergepoint-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libasync-mergepoint-perl" package

This is a short guide on how to uninstall libasync-mergepoint-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libasync-mergepoint-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libasync-mergepoint-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.04-2
Depends: perl
Filename: pool/universe/liba/libasync-mergepoint-perl/libasync-mergepoint-perl_0.04-2_all.deb
Size: 10156
MD5sum: de6769f3dd075219fe2631e0844a8ebe
SHA1: da29cba91fbbd7d76ac0a10645da94068f9d78b2
SHA256: e556f96a4320e781280a1a7fa7c3f99cc1eeeffce35b5c38046502841440b8e4
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
Homepage: https://metacpan.org/release/Async-MergePoint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu