How to Install and Uninstall libcoro-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libcoro-perl" package

This is a short guide on how to install libcoro-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libcoro-perl

2. Uninstall "libcoro-perl" package

This guide let you learn how to uninstall libcoro-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libcoro-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libcoro-perl
Architecture: amd64
Version: 6.570-1build1
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.32.0-4), perlapi-5.32.0, 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-1build1_amd64.deb
Size: 200332
MD5sum: 8b37c803bc8d561626d8bccf11bfbab5
SHA1: 95cfe4d2323c0791a62ff3ba37ab491c69fe6388
SHA256: 763891abba1f562fb91a01122e88820a8d0a0844a0793d33836ead237cdf90db
SHA512: 0d6f8cb605a19c05a12029a1c1ee14cfe466314672e3c7b94332b78fa511710273871d06e4fb8e4258880b5613eabc42a7e7247150fcdddccd2815d5e5833c36
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