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

In this tutorial we learn how to install perl-IPC-Run.noarch in Amazon Linux 2. perl-IPC-Run.noarch is Perl module for interacting with child processes

Introduction

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

What is perl-IPC-Run.noarch

IPC files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. Various redirection operators reminiscent of those seen on common Unix and DOS command lines are provided.

We can use yum to install perl-IPC-Run.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-Run.noarch.

Install perl-IPC-Run.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-Run.noarch using yum by running the following command:

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

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

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

sudo yum remove perl-IPC-Run.noarch

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

/usr/share/doc/perl-IPC-Run-0.92
/usr/share/doc/perl-IPC-Run-0.92/Changes
/usr/share/doc/perl-IPC-Run-0.92/LICENSE
/usr/share/doc/perl-IPC-Run-0.92/README
/usr/share/doc/perl-IPC-Run-0.92/TODO
/usr/share/doc/perl-IPC-Run-0.92/abuse
/usr/share/doc/perl-IPC-Run-0.92/abuse/blocking_debug_with_sub_coprocess
/usr/share/doc/perl-IPC-Run-0.92/abuse/blocking_writes
/usr/share/doc/perl-IPC-Run-0.92/abuse/broken_pipe_on_bad_executable_name
/usr/share/doc/perl-IPC-Run-0.92/abuse/timers
/usr/share/doc/perl-IPC-Run-0.92/eg
/usr/share/doc/perl-IPC-Run-0.92/eg/factorial
/usr/share/doc/perl-IPC-Run-0.92/eg/factorial_pipe
/usr/share/doc/perl-IPC-Run-0.92/eg/factorial_scalar
/usr/share/doc/perl-IPC-Run-0.92/eg/run_daemon
/usr/share/doc/perl-IPC-Run-0.92/eg/runsh
/usr/share/doc/perl-IPC-Run-0.92/eg/runsu
/usr/share/doc/perl-IPC-Run-0.92/eg/synopsis_scripting
/usr/share/man/man3/IPC::Run.3pm.gz
/usr/share/man/man3/IPC::Run::Debug.3pm.gz
/usr/share/man/man3/IPC::Run::IO.3pm.gz
/usr/share/man/man3/IPC::Run::Timer.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/Run
/usr/share/perl5/vendor_perl/IPC/Run.pm
/usr/share/perl5/vendor_perl/IPC/Run/Debug.pm
/usr/share/perl5/vendor_perl/IPC/Run/IO.pm
/usr/share/perl5/vendor_perl/IPC/Run/Timer.pm

References

Summary

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