How to Install and Uninstall perl-IPC-Open3.noarch Package on CentOS Stream 9

Last updated: November 25,2024

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

Here is a brief guide to show you how to install perl-IPC-Open3.noarch on CentOS Stream 9

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

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

Here is a brief guide to show you how to uninstall perl-IPC-Open3.noarch on CentOS Stream 9:

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

3. Information about the perl-IPC-Open3.noarch package on CentOS Stream 9

Last metadata expiration check: 1:31:56 ago on Sat Mar 16 16:03:45 2024.
Installed Packages
Name : perl-IPC-Open3
Version : 1.21
Release : 481.el9
Architecture : noarch
Size : 24 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Open a process for reading, writing, and error handling
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : These are functions that spawn a given command and connects the standard
: output of the command for reading, standard output for writing, and standard
: error output for handling the errors.