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

Last updated: March 01,2025

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

Please follow the guidelines below to install perl-IPC-Run.noarch on Fedora 38

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

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

This guide let you learn how to uninstall perl-IPC-Run.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:26:34 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-IPC-Run
Version : 20220807.0
Release : 2.fc38
Architecture : noarch
Size : 121 k
Source : perl-IPC-Run-20220807.0-2.fc38.src.rpm
Repository : fedora
Summary : Perl module for interacting with child processes
URL : https://metacpan.org/release/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.