How To Install perl-IO-CaptureOutput.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-IO-CaptureOutput.noarch in Amazon Linux 2. perl-IO-CaptureOutput.noarch is Capture STDOUT/STDERR from sub-processes and XS/C modules

Introduction

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

What is perl-IO-CaptureOutput.noarch

Capture STDOUT/STDERR from sub-processes and XS/C modules.

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

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

sudo yum -y install perl-IO-CaptureOutput.noarch

How To Uninstall perl-IO-CaptureOutput.noarch on Amazon Linux 2

To uninstall only the perl-IO-CaptureOutput.noarch package we can use the following command:

sudo yum remove perl-IO-CaptureOutput.noarch

perl-IO-CaptureOutput.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-IO-CaptureOutput-1.1102
/usr/share/doc/perl-IO-CaptureOutput-1.1102/Changes
/usr/share/doc/perl-IO-CaptureOutput-1.1102/README
/usr/share/man/man3/IO::CaptureOutput.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/CaptureOutput.pm
/usr/share/perl5/vendor_perl/IO/CaptureOutput.pod

References

Summary

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