How to Install and Uninstall python3-stdio-mgr.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-stdio-mgr.noarch" package

Please follow the step by step instructions below to install python3-stdio-mgr.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-stdio-mgr.noarch

2. Uninstall "python3-stdio-mgr.noarch" package

Learn how to uninstall python3-stdio-mgr.noarch on Fedora 34:

$ sudo dnf remove python3-stdio-mgr.noarch $ sudo dnf autoremove

3. Information about the python3-stdio-mgr.noarch package on Fedora 34

Last metadata expiration check: 3:38:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-stdio-mgr
Version : 1.0.1
Release : 4.fc34
Architecture : noarch
Size : 17 k
Source : python-stdio-mgr-1.0.1-4.fc34.src.rpm
Repository : fedora
Summary : Context manager for mocking/wrapping stdin/stdout/stderr
URL : https://www.github.com/bskinn/stdio-mgr
License : MIT
Description : While some functionality here is more or less duplicative of redirect_stdout
: and redirect_stderr in contextlib within the standard library, it provides (i)
: a much more concise way to mock both stdout and stderr at the same time, and
: (ii) a mechanism for mocking stdin, which is not available in contextlib.