How to Install and Uninstall clitest Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "clitest" package

Please follow the step by step instructions below to install clitest on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install clitest

2. Uninstall "clitest" package

In this section, we are going to explain the necessary steps to uninstall clitest on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the clitest package on Ubuntu 20.10 (Groovy Gorilla)

Package: clitest
Architecture: all
Version: 0.3.0-3
Priority: optional
Section: universe/misc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Antonio Terceiro
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 51
Filename: pool/universe/c/clitest/clitest_0.3.0-3_all.deb
Size: 18068
MD5sum: 809bdb59dd7d255ae41687dde5131553
SHA1: 2ac41228b5587911b71fd6d369c9d90d0f02e4c6
SHA256: f24cff60d8dd00897fb1a1350d5fa7dd6aefcb31faf77df66a01931970f127af
SHA512: bcb1e656e37b41baa353b6a5822a4dadc6e60d3fb00d49f91dcde8b6a7845a0f3a5e9f2efb461bad2f1ee4233e06299eba7421062dcca58d6f6e28d7b59365e7
Homepage: https://github.com/aureliojargas/clitest
Description-en: 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: 6e4c1736ff85d15c3d0e74b4ebdf68b1