How to Install and Uninstall clitest Package on Kali Linux

Last updated: May 18,2024

1. Install "clitest" package

In this section, we are going to explain the necessary steps to install clitest on Kali Linux

$ sudo apt update $ sudo apt install clitest

2. Uninstall "clitest" package

Here is a brief guide to show you how to uninstall clitest on Kali Linux:

$ sudo apt remove clitest $ sudo apt autoclean && sudo apt autoremove

3. Information about the clitest package on Kali Linux

Package: clitest
Version: 0.4.0-1
Installed-Size: 54
Maintainer: Antonio Terceiro
Architecture: all
Size: 18548
SHA256: 06c521a298cbf1b860733d6cc551ccbb7b6b1ab72d84305fff8aa16155711536
SHA1: 660b916951352ef29115cd52c96ce3030863a3ce
MD5sum: 4f3988e6dce87b621e4b811b1d0057db
Description: portable testing tool for Unix command lines
Clitest is a portable POSIX shell script that performs automatic
testing in Unix command lines. This script was carefully coded to
be portable between POSIX shells.
.
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.
.
The clitest command searches for pieces of text that look like
interactive Unix command lines, and then executes those command
lines to verify that they work exactly as shown.
Description-md5:
Homepage: https://github.com/aureliojargas/clitest
Section: misc
Priority: optional
Filename: pool/main/c/clitest/clitest_0.4.0-1_all.deb