How to Install and Uninstall libcoro-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libcoro-perl" package

Learn how to install libcoro-perl on Kali Linux

$ sudo apt update $ sudo apt install libcoro-perl

2. Uninstall "libcoro-perl" package

Please follow the guidance below to uninstall libcoro-perl on Kali Linux:

$ sudo apt remove libcoro-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcoro-perl package on Kali Linux

Package: libcoro-perl
Source: libcoro-perl (6.570-3)
Version: 6.570-3+b2
Installed-Size: 503
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.34), libanyevent-perl, libcommon-sense-perl, libguard-perl
Recommends: libev-perl, libevent-perl, libio-aio-perl, libnet-http-perl
Size: 219728
SHA256: 1bbade6b206fb5ce2726fc9cf9ecf2ee450b08fe2d9549c8377c17d9f4997560
SHA1: efb173da15ec00d139edccb221e3f33b0fb32413
MD5sum: 1ba9963c171228c2e3fa274d9e18dd6f
Description: Perl framework implementing coroutines
Coro is a collection of modules which manages continuations in general, most
often in the form of cooperative threads (also called coros, or simply "coro"
in the documentation). They do not actually execute at the same time, even on
machines with multiple processors.
.
The specific flavor of thread offered by this module also guarantees you that
it will not switch between threads unless necessary. It switches at easily-
identified points in your program, so locking and parallel access are rarely
an issue, making threaded programming much safer and easier than using other
threading models.
.
Coro provides a full shared address space, which makes communication between
threads very easy. A parallel matrix multiplication benchmark runs over 300
times faster on a single core than perl's ithreads on a quad core using all
four cores.
.
This version of Coro has been patched by the Debian Project to provide
compatibility with Perl 5.22 and Perl 5.24. Please send bug reports to
Debian () and not the original author.
Description-md5:
Homepage: https://metacpan.org/release/Coro
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libc/libcoro-perl/libcoro-perl_6.570-3+b2_amd64.deb