How to Install and Uninstall perl-IPC-Run3.noarch Package on Fedora 35

Last updated: October 07,2024

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

In this section, we are going to explain the necessary steps to install perl-IPC-Run3.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-IPC-Run3.noarch

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

In this section, we are going to explain the necessary steps to uninstall perl-IPC-Run3.noarch on Fedora 35:

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

3. Information about the perl-IPC-Run3.noarch package on Fedora 35

Last metadata expiration check: 5:17:18 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-IPC-Run3
Version : 0.048
Release : 23.fc35
Architecture : noarch
Size : 39 k
Source : perl-IPC-Run3-0.048-23.fc35.src.rpm
Repository : fedora
Summary : Run a subprocess in batch mode
URL : https://metacpan.org/release/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.