How to Install and Uninstall perl-IPC-Run3.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "perl-IPC-Run3.noarch" package

Please follow the step by step instructions below to install perl-IPC-Run3.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-IPC-Run3.noarch

2. Uninstall "perl-IPC-Run3.noarch" package

Please follow the steps below to uninstall perl-IPC-Run3.noarch on Amazon Linux 2:

$ sudo yum remove perl-IPC-Run3.noarch $ sudo yum autoremove

3. Information about the perl-IPC-Run3.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-IPC-Run3
Arch : noarch
Version : 0.045
Release : 6.amzn2
Size : 42 k
Repo : amzn2-core/2/x86_64
Summary : Run a subprocess in batch mode
URL : http://search.cpan.org/dist/IPC-Run3/
License : GPL+ or Artistic or BSD
Description : 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::Run.