How to Install and Uninstall python3-scripttest.noarch Package on Fedora 38

Last updated: October 28,2024

1. Install "python3-scripttest.noarch" package

Please follow the step by step instructions below to install python3-scripttest.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-scripttest.noarch

2. Uninstall "python3-scripttest.noarch" package

Learn how to uninstall python3-scripttest.noarch on Fedora 38:

$ sudo dnf remove python3-scripttest.noarch $ sudo dnf autoremove

3. Information about the python3-scripttest.noarch package on Fedora 38

Last metadata expiration check: 2:36:06 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-scripttest
Version : 1.3.0
Release : 28.fc38
Architecture : noarch
Size : 198 k
Source : python-scripttest-1.3.0-28.fc38.src.rpm
Repository : fedora
Summary : Helper to test command-line scripts
URL : http://pypi.python.org/pypi/ScriptTest/
License : MIT
Description : ScriptTest is a library to help you test your interactive
: command-line applications.
:
: With it you can easily run the command (in a subprocess) and see
: the output (stdout, stderr) and any file modifications.