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

Last updated: November 27,2024

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

Please follow the guidelines below to install perl-IPC-Run.noarch on Amazon Linux 2

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

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

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-IPC-Run
Arch : noarch
Version : 0.92
Release : 2.amzn2
Size : 122 k
Repo : amzn2-core/2/x86_64
Summary : Perl module for interacting with child processes
URL : http://search.cpan.org/dist/IPC-Run/
License : GPL+ or Artistic
Description : IPC::Run allows you run and interact with child processes using
: 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.