How to Install and Uninstall python310-subprocess-tee Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python310-subprocess-tee" package

Here is a brief guide to show you how to install python310-subprocess-tee on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-subprocess-tee

2. Uninstall "python310-subprocess-tee" package

Please follow the steps below to uninstall python310-subprocess-tee on openSuSE Tumbleweed:

$ sudo zypper remove python310-subprocess-tee

3. Information about the python310-subprocess-tee package on openSuSE Tumbleweed

Information for package python310-subprocess-tee:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-subprocess-tee
Version : 0.4.1-5.4
Arch : noarch
Vendor : openSUSE
Installed Size : 14.9 KiB
Installed : No
Status : not installed
Source package : python-subprocess-tee-0.4.1-5.4.src
Upstream URL : https://github.com/pycontribs/subprocess-tee
Summary : Captures the output of subprocesses in real-time
Description :
This package provides a drop-in alternative to `subprocess.run` that
captures the output while still printing it in real-time, just the way
`tee` does.
Printing output in real-time while still capturing is valuable for
any tool that executes long-running child processes. For those, you do want
to provide instant feedback (progress) related to what is happening.