How to Install and Uninstall clitest.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "clitest.noarch" package

This tutorial shows how to install clitest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install clitest.noarch

2. Uninstall "clitest.noarch" package

Please follow the steps below to uninstall clitest.noarch on Fedora 36:

$ sudo dnf remove clitest.noarch $ sudo dnf autoremove

3. Information about the clitest.noarch package on Fedora 36

Last metadata expiration check: 0:25:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : clitest
Version : 0.4.0
Release : 5.fc36
Architecture : noarch
Size : 21 k
Source : clitest-0.4.0-5.fc36.src.rpm
Repository : fedora
Summary : Command Line Tester
URL : https://github.com/aureliojargas/clitest
License : MIT
Description : clitest is a portable POSIX shell script that performs automatic testing in \
: Unix command lines.
:
: It's the same concept as in Python's doctest module: you document both the \
: commands and their expected output, using the familiar interactive prompt \
: format, and a specialized tool tests them.