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

Last updated: November 25,2024

1. Install "python3-nihtest.noarch" package

In this section, we are going to explain the necessary steps to install python3-nihtest.noarch on Fedora 39

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

2. Uninstall "python3-nihtest.noarch" package

This is a short guide on how to uninstall python3-nihtest.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:11:44 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-nihtest
Version : 1.4.0
Release : 1.fc39
Architecture : noarch
Size : 68 k
Source : python-nihtest-1.4.0-1.fc39.src.rpm
Repository : updates
Summary : A testing tool for command line utilities
URL : https://github.com/nih-at/nihtest
License : BSD-3-Clause
Description : This is nihtest, a testing tool for command line utilities.
:
: Tests are run in a sandbox directory to guarantee a clean separation of
: the test.
:
: It checks that exit code, standard and error outputs are as expected
: and compares the files in the sandbox after the run with the expected
: results.