How to Install and Uninstall perl-IPC-Run3 Package on openSUSE Leap

Last updated: September 29,2024

1. Install "perl-IPC-Run3" package

Please follow the steps below to install perl-IPC-Run3 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-IPC-Run3

2. Uninstall "perl-IPC-Run3" package

This guide covers the steps necessary to uninstall perl-IPC-Run3 on openSUSE Leap:

$ sudo zypper remove perl-IPC-Run3

3. Information about the perl-IPC-Run3 package on openSUSE Leap

Information for package perl-IPC-Run3:
--------------------------------------
Repository : Main Repository
Name : perl-IPC-Run3
Version : 0.048-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 61.0 KiB
Installed : No
Status : not installed
Source package : perl-IPC-Run3-0.048-1.24.src
Upstream URL : http://search.cpan.org/dist/IPC-Run3/
Summary : Run a Subprocess with Input/Ouput Redirection
Description :
This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures. It aims to satisfy 99% of
the need for using 'system', 'qx', and 'open3' with a simple, extremely
Perlish API.
Speed, simplicity, and portability are paramount. (That's speed of Perl
code; which is often much slower than the kind of buffered I/O that this
module uses to spool input to and output from the child command.)