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

Last updated: May 17,2024

1. Install "libcoro-perl" package

This is a short guide on how to install libcoro-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcoro-perl

2. Uninstall "libcoro-perl" package

Please follow the instructions below to uninstall libcoro-perl on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libcoro-perl
Architecture: amd64
Version: 6.570-1
Multi-Arch: same
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 488
Depends: perl (>= 5.30.3-4), perlapi-5.30.3, libc6 (>= 2.4), libanyevent-perl, libcommon-sense-perl, libguard-perl
Recommends: libev-perl, libevent-perl, libio-aio-perl, libnet-http-perl
Filename: pool/universe/libc/libcoro-perl/libcoro-perl_6.570-1_amd64.deb
Size: 200312
MD5sum: 963cf1c5ff3a1519349d73b38bee5cc7
SHA1: f6e2ee1e579b0c4f25df3f6abcebeca686c7a75b
SHA256: 0a72c6629e951e5a14c10c4167fc375638c7cce611cd1911562f2690f5becaf1
SHA512: f9d23244dd4f385b227fafe7429038b0e7445c9c3ba8aaa9f0da60264d5e5e18ed7ecc96159fccbe26d1c129e68e2757d1d207f2412128b8219ca7dec267f568
Homepage: https://metacpan.org/release/Coro
Description-en: 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: 0c6cab7368cefb4aba3ebeffab6ea9d8