How to Install and Uninstall perl-Coro-Multicore.x86_64 Package on Fedora 36
Last updated: January 13,2025
1. Install "perl-Coro-Multicore.x86_64" package
In this section, we are going to explain the necessary steps to install perl-Coro-Multicore.x86_64 on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
perl-Coro-Multicore.x86_64
Copied
2. Uninstall "perl-Coro-Multicore.x86_64" package
Please follow the instructions below to uninstall perl-Coro-Multicore.x86_64 on Fedora 36:
$
sudo dnf remove
perl-Coro-Multicore.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Coro-Multicore.x86_64 package on Fedora 36
Last metadata expiration check: 0:59:36 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Coro-Multicore
Version : 1.07
Release : 3.fc36
Architecture : x86_64
Size : 34 k
Source : perl-Coro-Multicore-1.07-3.fc36.src.rpm
Repository : fedora
Summary : Make Coro threads on multiple cores with specially supported modules
URL : https://metacpan.org/release/Coro-Multicore
License : (GPL+ or Artistic) and (Public Domain or CC0)
Description : 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: firstly, the coro thread executes in XS code and does not
: touch any perl data structures, and secondly, the XS code is specially
: prepared to allow this.
Available Packages
Name : perl-Coro-Multicore
Version : 1.07
Release : 3.fc36
Architecture : x86_64
Size : 34 k
Source : perl-Coro-Multicore-1.07-3.fc36.src.rpm
Repository : fedora
Summary : Make Coro threads on multiple cores with specially supported modules
URL : https://metacpan.org/release/Coro-Multicore
License : (GPL+ or Artistic) and (Public Domain or CC0)
Description : 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: firstly, the coro thread executes in XS code and does not
: touch any perl data structures, and secondly, the XS code is specially
: prepared to allow this.