How to Install and Uninstall libasync-mergepoint-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libasync-mergepoint-perl" package

Learn how to install libasync-mergepoint-perl on Kali Linux

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

2. Uninstall "libasync-mergepoint-perl" package

Please follow the step by step instructions below to uninstall libasync-mergepoint-perl on Kali Linux:

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

3. Information about the libasync-mergepoint-perl package on Kali Linux

Package: libasync-mergepoint-perl
Version: 0.04-4
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 10072
SHA256: 9cf1284955ebfb9ea56cd680c340f54c1f4d2cd6394c93836ad96e12727c8458
SHA1: 170751981f192b4236d0571bb336dc528b5ca02b
MD5sum: c18c163b1c6ee3cc38dd754f97c046dd
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Async-MergePoint
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libasync-mergepoint-perl/libasync-mergepoint-perl_0.04-4_all.deb