How to Install and Uninstall clitest Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 30,2024

1. Install "clitest" package

Please follow the instructions below to install clitest on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install clitest

2. Uninstall "clitest" package

Please follow the guidance below to uninstall clitest on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the clitest package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: clitest
Priority: optional
Section: universe/misc
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Giovani Augusto Ferreira
Architecture: all
Version: 0.0+git20150312.339b52-1
Filename: pool/universe/c/clitest/clitest_0.0+git20150312.339b52-1_all.deb
Size: 16216
MD5sum: 304af43fad83f35fc14a6f76f4a2f4ea
SHA1: 161515d3b8cbcdf67e3501d678363fd7ed341eb0
SHA256: e9b445abe1a5493ae8fabf031040ee90a6d5c38b13c98a2bca966c52591f161f
Description-en: performs automatic testing in 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: df4d8066a8f71982c28b074ef78676c7
Homepage: https://github.com/aureliojargas/clitest
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu