How to Install and Uninstall python3-capturer Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-capturer" package

This is a short guide on how to install python3-capturer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-capturer

2. Uninstall "python3-capturer" package

This tutorial shows how to uninstall python3-capturer on openSUSE Leap:

$ sudo zypper remove python3-capturer

3. Information about the python3-capturer package on openSUSE Leap

Information for package python3-capturer:
-----------------------------------------
Repository : Main Repository
Name : python3-capturer
Version : 2.4-1.31
Arch : noarch
Vendor : SUSE LLC
Installed Size : 126.2 KiB
Installed : No
Status : not installed
Source package : python-capturer-2.4-1.31.src
Upstream URL : https://capturer.readthedocs.io
Summary : Python module for capturing stdout/stderr of the current process group
Description :
The capturer package captures the stdout and stderr streams
of the current process *and subprocesses*. Output can be relayed to the
terminal in real time, but is also available to the Python program for
additional processing. It's currently tested on cPython 2.6, 2.7, 3.4, 3.5, 3.6
and PyPy (2.7). It's tested on Linux and Mac OS X and may work on other unixes
but definitely won't work on Windows (due to the use of the platform dependent
"pty" module).