How to Install and Uninstall clitest.noarch Package on CentOS Stream 8
Last updated: January 16,2025
1. Install "clitest.noarch" package
This is a short guide on how to install clitest.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
clitest.noarch
Copied
2. Uninstall "clitest.noarch" package
Please follow the instructions below to uninstall clitest.noarch on CentOS Stream 8:
$
sudo dnf remove
clitest.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the clitest.noarch package on CentOS Stream 8
Last metadata expiration check: 5:02:38 ago on Sun Feb 25 03:03:59 2024.
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.
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.