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

Last updated: October 09,2024

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

Please follow the step by step instructions below to install perl-IPC-Run.noarch on Fedora 36

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

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

Here is a brief guide to show you how to uninstall perl-IPC-Run.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:17:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-IPC-Run
Version : 20200505.0
Release : 7.fc36
Architecture : noarch
Size : 114 k
Source : perl-IPC-Run-20200505.0-7.fc36.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.