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

Last updated: April 19,2024

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

Please follow the steps below to install perl-IPC-Run.noarch on Fedora 34

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

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

Please follow the guidance below to uninstall perl-IPC-Run.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:27:50 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-IPC-Run
Version : 20200505.0
Release : 4.fc34
Architecture : noarch
Size : 116 k
Source : perl-IPC-Run-20200505.0-4.fc34.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.