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

Last updated: May 19,2024

1. Install "perl-IPC-Run" package

In this section, we are going to explain the necessary steps to install perl-IPC-Run on openSuSE Tumbleweed

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

2. Uninstall "perl-IPC-Run" package

Please follow the guidelines below to uninstall perl-IPC-Run on openSuSE Tumbleweed:

$ sudo zypper remove perl-IPC-Run

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

Information for package perl-IPC-Run:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IPC-Run
Version : 20231003.0.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 379.6 KiB
Installed : No
Status : not installed
Source package : perl-IPC-Run-20231003.0.0-2.1.src
Upstream URL : https://metacpan.org/release/IPC-Run
Summary : System() and background procs w/ piping, redirs, ptys (Unix, Win32)
Description :
IPC::Run allows you to 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.