How to Install and Uninstall python3-subprocess-tee.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-subprocess-tee.noarch" package

This is a short guide on how to install python3-subprocess-tee.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-subprocess-tee.noarch

2. Uninstall "python3-subprocess-tee.noarch" package

Please follow the guidance below to uninstall python3-subprocess-tee.noarch on Fedora 34:

$ sudo dnf remove python3-subprocess-tee.noarch $ sudo dnf autoremove

3. Information about the python3-subprocess-tee.noarch package on Fedora 34

Last metadata expiration check: 4:06:59 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-subprocess-tee
Version : 0.3.5
Release : 1.fc34
Architecture : noarch
Size : 22 k
Source : python-subprocess-tee-0.3.5-1.fc34.src.rpm
Repository : updates
Summary : A subprocess.run that works like tee, being able to display output in real time while still capturing it
URL : https://github.com/pycontribs/subprocess-tee
License : MIT
Description : This package provides an drop-in alternative to subprocess.run that captures
: the output while still printing it in real time, just the way tee does.