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

Last updated: November 26,2024

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

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

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

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

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

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

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

Last metadata expiration check: 1:09:34 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-IPC-Run
Version : 20200505.0
Release : 6.fc35
Architecture : noarch
Size : 114 k
Source : perl-IPC-Run-20200505.0-6.fc35.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.