How to Install and Uninstall python39-subprocess-tee Package on openSuSE Tumbleweed
Last updated: November 17,2024
1. Install "python39-subprocess-tee" package
Please follow the instructions below to install python39-subprocess-tee on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-subprocess-tee
Copied
2. Uninstall "python39-subprocess-tee" package
Here is a brief guide to show you how to uninstall python39-subprocess-tee on openSuSE Tumbleweed:
$
sudo zypper remove
python39-subprocess-tee
Copied
3. Information about the python39-subprocess-tee package on openSuSE Tumbleweed
Information for package python39-subprocess-tee:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.