How to Install and Uninstall python312-subprocess-tee Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python312-subprocess-tee" package
This tutorial shows how to install python312-subprocess-tee on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-subprocess-tee
Copied
2. Uninstall "python312-subprocess-tee" package
Learn how to uninstall python312-subprocess-tee on openSuSE Tumbleweed:
$
sudo zypper remove
python312-subprocess-tee
Copied
3. Information about the python312-subprocess-tee package on openSuSE Tumbleweed
Information for package python312-subprocess-tee:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-subprocess-tee
Version : 0.4.1-5.4
Arch : noarch
Vendor : openSUSE
Installed Size : 17.7 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.
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-subprocess-tee
Version : 0.4.1-5.4
Arch : noarch
Vendor : openSUSE
Installed Size : 17.7 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.