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

Last updated: September 22,2024

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

Learn how to install python3-stdio-mgr.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall python3-stdio-mgr.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:02:40 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-stdio-mgr
Version : 1.0.1
Release : 6.fc35
Architecture : noarch
Size : 17 k
Source : python-stdio-mgr-1.0.1-6.fc35.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.