How to Install and Uninstall perlmulticore-devel.x86_64 Package on Fedora 35

Last updated: July 05,2024

1. Install "perlmulticore-devel.x86_64" package

Learn how to install perlmulticore-devel.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perlmulticore-devel.x86_64

2. Uninstall "perlmulticore-devel.x86_64" package

Learn how to uninstall perlmulticore-devel.x86_64 on Fedora 35:

$ sudo dnf remove perlmulticore-devel.x86_64 $ sudo dnf autoremove

3. Information about the perlmulticore-devel.x86_64 package on Fedora 35

Last metadata expiration check: 4:25:39 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perlmulticore-devel
Version : 1.07
Release : 2.fc35
Architecture : x86_64
Size : 15 k
Source : perl-Coro-Multicore-1.07-2.fc35.src.rpm
Repository : fedora
Summary : Perl Multicore specification and implementation
URL : https://metacpan.org/release/Coro-Multicore
License : Public Domain or CC0
Description : This header file implements a simple mechanism for XS modules to allow
: re-use of the perl interpreter for other threads while doing some lengthy
: operation, such as cryptography, SQL queries, disk I/O and so on.