How To Install perl-Coro-Multicore on Fedora 36

In this tutorial we learn how to install perl-Coro-Multicore in Fedora 36. perl-Coro-Multicore is Make Coro threads on multiple cores with specially supported modules

Introduction

In this tutorial we learn how to install perl-Coro-Multicore on Fedora 36.

What is perl-Coro-Multicore

While Coro threads (unlike ithreads) provide real threads similar to pthreads, python threads and so on, they do not run in parallel to each other even on machines with multiple CPUs or multiple CPU cores. This module lifts this restriction under two very specific but useful conditions touch any perl data structures, and secondly, the XS code is specially prepared to allow this.

We can use yum or dnf to install perl-Coro-Multicore on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Coro-Multicore.

Install perl-Coro-Multicore on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Coro-Multicore using dnf by running the following command:

sudo dnf -y install perl-Coro-Multicore

Install perl-Coro-Multicore on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Coro-Multicore using yum by running the following command:

sudo yum -y install perl-Coro-Multicore

How To Uninstall perl-Coro-Multicore on Fedora 36

To uninstall only the perl-Coro-Multicore package we can use the following command:

sudo dnf remove perl-Coro-Multicore

perl-Coro-Multicore Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/176776e7f089e203414003cfa0d0fa84c4a369
/usr/lib64/perl5/vendor_perl/Coro
/usr/lib64/perl5/vendor_perl/Coro/Multicore.pm
/usr/lib64/perl5/vendor_perl/auto/Coro
/usr/lib64/perl5/vendor_perl/auto/Coro/Multicore
/usr/lib64/perl5/vendor_perl/auto/Coro/Multicore/Multicore.so
/usr/share/doc/perl-Coro-Multicore
/usr/share/doc/perl-Coro-Multicore/Changes
/usr/share/doc/perl-Coro-Multicore/README
/usr/share/licenses/perl-Coro-Multicore
/usr/share/licenses/perl-Coro-Multicore/COPYING
/usr/share/man/man3/Coro::Multicore.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Coro-Multicore on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).