How to Install and Uninstall perl-Parallel-Iterator.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "perl-Parallel-Iterator.noarch" package

Here is a brief guide to show you how to install perl-Parallel-Iterator.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Parallel-Iterator.noarch

2. Uninstall "perl-Parallel-Iterator.noarch" package

Please follow the guidance below to uninstall perl-Parallel-Iterator.noarch on Amazon Linux 2:

$ sudo yum remove perl-Parallel-Iterator.noarch $ sudo yum autoremove

3. Information about the perl-Parallel-Iterator.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Parallel-Iterator
Arch : noarch
Version : 1.00
Release : 8.amzn2
Size : 21 k
Repo : amzn2-core/2/x86_64
Summary : Simple parallel execution
URL : http://search.cpan.org/dist/Parallel-Iterator/
License : GPL+ or Artistic
Description : The map function applies a user supplied transformation function
: to each element in a list, returning a new list containing the
: transformed elements.
:
: This module provides a 'parallel map'. Multiple worker processes
: are forked so that many instances of the transformation function
: may be executed simultaneously.
:
: For time consuming operations, particularly operations that spend
: most of their time waiting for I/O, this is a big performance win.
: It also provides a simple idiom to make effective use of multi CPU
: systems.