How To Install perl-IPC-Run3 on Fedora 36

In this tutorial we learn how to install perl-IPC-Run3 in Fedora 36. perl-IPC-Run3 is Run a subprocess in batch mode

Introduction

In this tutorial we learn how to install perl-IPC-Run3 on Fedora 36.

What is perl-IPC-Run3

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

We can use yum or dnf to install perl-IPC-Run3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IPC-Run3.

Install perl-IPC-Run3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-IPC-Run3

Install perl-IPC-Run3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-IPC-Run3

How To Uninstall perl-IPC-Run3 on Fedora 36

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

sudo dnf remove perl-IPC-Run3

perl-IPC-Run3 Package Contents on Fedora 36

/usr/share/doc/perl-IPC-Run3
/usr/share/doc/perl-IPC-Run3/Changes
/usr/share/doc/perl-IPC-Run3/README
/usr/share/licenses/perl-IPC-Run3
/usr/share/licenses/perl-IPC-Run3/LICENSE
/usr/share/man/man3/IPC::Run3.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfArrayBuffer.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfLogReader.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfLogger.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfPP.3pm.gz
/usr/share/man/man3/IPC::Run3::ProfReporter.3pm.gz
/usr/share/perl5/vendor_perl/IPC
/usr/share/perl5/vendor_perl/IPC/Run3
/usr/share/perl5/vendor_perl/IPC/Run3.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfArrayBuffer.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfLogReader.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfLogger.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfPP.pm
/usr/share/perl5/vendor_perl/IPC/Run3/ProfReporter.pm

References

Summary

In this tutorial we learn how to install perl-IPC-Run3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).