How to Install and Uninstall perl-IO-CaptureOutput Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-IO-CaptureOutput" package

Here is a brief guide to show you how to install perl-IO-CaptureOutput on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-IO-CaptureOutput

2. Uninstall "perl-IO-CaptureOutput" package

Please follow the instructions below to uninstall perl-IO-CaptureOutput on openSUSE Leap:

$ sudo zypper remove perl-IO-CaptureOutput

3. Information about the perl-IO-CaptureOutput package on openSUSE Leap

Information for package perl-IO-CaptureOutput:
----------------------------------------------
Repository : Main Repository
Name : perl-IO-CaptureOutput
Version : 1.1104-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 52.5 KiB
Installed : No
Status : not installed
Source package : perl-IO-CaptureOutput-1.1104-1.24.src
Upstream URL : http://search.cpan.org/dist/IO-CaptureOutput/
Summary : Capture STDOUT and STDERR from Perl code, subprocesses or XS
Description :
*This module is no longer recommended by the maintainer* - see the
Capture::Tiny manpage instead.
This module provides routines for capturing STDOUT and STDERR from perl
subroutines, forked system calls (e.g. 'system()', 'fork()') and from XS or
C modules.