How to Install and Uninstall perl-IPC-Run3 Package on openSuSE Tumbleweed

Last updated: December 25,2024

1. Install "perl-IPC-Run3" package

Here is a brief guide to show you how to install perl-IPC-Run3 on openSuSE Tumbleweed

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

2. Uninstall "perl-IPC-Run3" package

In this section, we are going to explain the necessary steps to uninstall perl-IPC-Run3 on openSuSE Tumbleweed:

$ sudo zypper remove perl-IPC-Run3

3. Information about the perl-IPC-Run3 package on openSuSE Tumbleweed

Information for package perl-IPC-Run3:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IPC-Run3
Version : 0.49.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 60.0 KiB
Installed : No
Status : not installed
Source package : perl-IPC-Run3-0.49.0-2.1.src
Upstream URL : https://metacpan.org/release/IPC-Run3
Summary : Run a subprocess with input/output 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.)