How To Install perl-IPC-Run3.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-IPC-Run3.noarch in Amazon Linux 2. perl-IPC-Run3.noarch is Run a subprocess in batch mode

Introduction

In this tutorial we learn how to install perl-IPC-Run3.noarch on Amazon Linux 2.

What is perl-IPC-Run3.noarch

This module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC

We can use yum to install perl-IPC-Run3.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IPC-Run3.noarch.

Install perl-IPC-Run3.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-IPC-Run3.noarch using yum by running the following command:

sudo yum -y install perl-IPC-Run3.noarch

How To Uninstall perl-IPC-Run3.noarch on Amazon Linux 2

To uninstall only the perl-IPC-Run3.noarch package we can use the following command:

sudo yum remove perl-IPC-Run3.noarch

perl-IPC-Run3.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-IPC-Run3-0.045
/usr/share/doc/perl-IPC-Run3-0.045/Changes
/usr/share/doc/perl-IPC-Run3-0.045/LICENSE
/usr/share/doc/perl-IPC-Run3-0.045/README
/usr/share/man/man3/IPC::Run3.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfArrayBuffer.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfLogReader.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfLogger.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfPP.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfReporter.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/Run3
/usr/share/perl5/vendor_perl/IPC/Run3.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfArrayBuffer.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfLogReader.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfLogger.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfPP.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfReporter.pm

References

Summary

In this tutorial we learn how to install perl-IPC-Run3.noarch on Amazon Linux 2 using yum.