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

Last updated: May 19,2024

1. Install "perl-IPC-Run" package

This guide let you learn how to install perl-IPC-Run on openSUSE Leap

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

2. Uninstall "perl-IPC-Run" package

This is a short guide on how to uninstall perl-IPC-Run on openSUSE Leap:

$ sudo zypper remove perl-IPC-Run

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

Information for package perl-IPC-Run:
-------------------------------------
Repository : Main Repository
Name : perl-IPC-Run
Version : 20220807.0-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 377.4 KiB
Installed : No
Status : not installed
Source package : perl-IPC-Run-20220807.0-bp155.1.5.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.