How To Install perl-IPC-Run on Rocky Linux 8

In this tutorial we learn how to install perl-IPC-Run on Rocky Linux 8. perl-IPC-Run is Perl module for interacting with child processes

Introduction

In this tutorial we learn how to install perl-IPC-Run on Rocky Linux 8.

What is perl-IPC-Run

IPC 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 or dnf to install perl-IPC-Run on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IPC-Run.

Install perl-IPC-Run on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-IPC-Run using dnf by running the following command:

sudo dnf -y install perl-IPC-Run

Install perl-IPC-Run on Rocky Linux 8 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 using yum by running the following command:

sudo yum -y install perl-IPC-Run

How To Uninstall perl-IPC-Run on Rocky Linux 8

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

sudo dnf remove perl-IPC-Run

perl-IPC-Run Package Contents on Rocky Linux 8

/usr/share/doc/perl-IPC-Run
/usr/share/doc/perl-IPC-Run/Changes
/usr/share/doc/perl-IPC-Run/README
/usr/share/doc/perl-IPC-Run/TODO
/usr/share/doc/perl-IPC-Run/abuse
/usr/share/doc/perl-IPC-Run/abuse/blocking_debug_with_sub_coprocess
/usr/share/doc/perl-IPC-Run/abuse/blocking_writes
/usr/share/doc/perl-IPC-Run/abuse/broken_pipe_on_bad_executable_name
/usr/share/doc/perl-IPC-Run/abuse/timers
/usr/share/doc/perl-IPC-Run/eg
/usr/share/doc/perl-IPC-Run/eg/factorial
/usr/share/doc/perl-IPC-Run/eg/factorial_pipe
/usr/share/doc/perl-IPC-Run/eg/factorial_scalar
/usr/share/doc/perl-IPC-Run/eg/run_daemon
/usr/share/doc/perl-IPC-Run/eg/runsh
/usr/share/doc/perl-IPC-Run/eg/runsu
/usr/share/doc/perl-IPC-Run/eg/synopsis_scripting
/usr/share/licenses/perl-IPC-Run
/usr/share/licenses/perl-IPC-Run/LICENSE
/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 on Rocky Linux 8 using yum and dnf.