How to Install and Uninstall python3-subprocess-tee.noarch Package on Rocky Linux 9

Last updated: January 11,2025

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

Here is a brief guide to show you how to install python3-subprocess-tee.noarch on Rocky Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall python3-subprocess-tee.noarch on Rocky Linux 9:

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

3. Information about the python3-subprocess-tee.noarch package on Rocky Linux 9

Last metadata expiration check: 2:32:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-subprocess-tee
Version : 0.3.5
Release : 4.el9
Architecture : noarch
Size : 21 k
Source : python-subprocess-tee-0.3.5-4.el9.src.rpm
Repository : epel
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.