How to Install and Uninstall libasync-mergepoint-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 11,2024

1. Install "libasync-mergepoint-perl" package

In this section, we are going to explain the necessary steps to install libasync-mergepoint-perl on Ubuntu 20.10 (Groovy Gorilla)

$ 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 20.10 (Groovy Gorilla):

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

3. Information about the libasync-mergepoint-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libasync-mergepoint-perl
Architecture: all
Version: 0.04-2
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: perl
Filename: pool/main/liba/libasync-mergepoint-perl/libasync-mergepoint-perl_0.04-2_all.deb
Size: 10156
MD5sum: de6769f3dd075219fe2631e0844a8ebe
SHA1: da29cba91fbbd7d76ac0a10645da94068f9d78b2
SHA256: e556f96a4320e781280a1a7fa7c3f99cc1eeeffce35b5c38046502841440b8e4
SHA512: 24854e0a31b2810e0f0e4f43456318c51ba6e8d94d2b84e30558b2ecfc1e50b7b0c0132ebfead7b121154104465f8b250c59a2f403d533553fb5bf37e0f24c7d
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
Task: ubuntu-mate-core, ubuntu-mate-desktop