How to Install and Uninstall perl-IPC-Open3.noarch Package on Oracle Linux 9

Last updated: October 05,2024

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

Please follow the steps below to install perl-IPC-Open3.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall perl-IPC-Open3.noarch on Oracle Linux 9:

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

3. Information about the perl-IPC-Open3.noarch package on Oracle Linux 9

Last metadata expiration check: 0:58:54 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-IPC-Open3
Version : 1.21
Release : 480.el9
Architecture : noarch
Size : 24 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : @System
From repo : ol9_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.