How to Install and Uninstall clitest.noarch Package on Oracle Linux 8

Last updated: November 27,2024

1. Install "clitest.noarch" package

This tutorial shows how to install clitest.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install clitest.noarch

2. Uninstall "clitest.noarch" package

Here is a brief guide to show you how to uninstall clitest.noarch on Oracle Linux 8:

$ sudo dnf remove clitest.noarch $ sudo dnf autoremove

3. Information about the clitest.noarch package on Oracle Linux 8

Last metadata expiration check: 6:21:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : clitest
Version : 0.4.0
Release : 2.el8
Architecture : noarch
Size : 21 k
Source : clitest-0.4.0-2.el8.src.rpm
Repository : epel
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.