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

Last updated: October 08,2024

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

This tutorial shows how to install perl-IPC-Run3.noarch on Fedora 38

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

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

Please follow the steps below to uninstall perl-IPC-Run3.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:14:03 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-IPC-Run3
Version : 0.049
Release : 1.fc38
Architecture : noarch
Size : 38 k
Source : perl-IPC-Run3-0.049-1.fc38.src.rpm
Repository : updates
Summary : Run a subprocess in batch mode
URL : https://metacpan.org/release/IPC-Run3
License : GPL-1.0-or-later OR Artistic-1.0-Perl OR BSD-2-Clause
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.