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

Last updated: October 15,2024

1. Install "python3-scripttest.noarch" package

Please follow the guidance below to install python3-scripttest.noarch on Fedora 39

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

2. Uninstall "python3-scripttest.noarch" package

Please follow the guidance below to uninstall python3-scripttest.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:17:43 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-scripttest
Version : 1.3.0
Release : 30.fc39
Architecture : noarch
Size : 80 k
Source : python-scripttest-1.3.0-30.fc39.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.