How to Install and Uninstall perlmulticore-devel.i686 Package on Fedora 34

Last updated: November 24,2024

1. Install "perlmulticore-devel.i686" package

In this section, we are going to explain the necessary steps to install perlmulticore-devel.i686 on Fedora 34

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

2. Uninstall "perlmulticore-devel.i686" package

Please follow the step by step instructions below to uninstall perlmulticore-devel.i686 on Fedora 34:

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

3. Information about the perlmulticore-devel.i686 package on Fedora 34

Last metadata expiration check: 1:32:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perlmulticore-devel
Version : 1.06
Release : 5.fc34
Architecture : i686
Size : 16 k
Source : perl-Coro-Multicore-1.06-5.fc34.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.