How to Install and Uninstall cmdtest Package on Kali Linux

Last updated: May 11,2024

1. Install "cmdtest" package

This guide covers the steps necessary to install cmdtest on Kali Linux

$ sudo apt update $ sudo apt install cmdtest

2. Uninstall "cmdtest" package

Please follow the steps below to uninstall cmdtest on Kali Linux:

$ sudo apt remove cmdtest $ sudo apt autoclean && sudo apt autoremove

3. Information about the cmdtest package on Kali Linux

Package: cmdtest
Version: 0.32.14.gcdfe14e-6
Installed-Size: 99
Maintainer: Debian Python Team
Architecture: all
Provides: yarn
Depends: python3, python3-cliapp, python3-markdown, python3-ttystatus, python3-zombie-imp, python3:any
Size: 21960
SHA256: 5d0e87edeae6f892a5c1384b6d92f3dce7430066274073b62297317606d6246f
SHA1: 264e60cb8fd9ddbfc60b0697dd2a8eda4c6cb171
MD5sum: dce4243925399d3e456c4282b25c0089
Description: blackbox testing of Unix command line programs
cmdtest black box tests Unix command line tools. Roughly, it is given a
script, its input files, and its expected output files. cmdtest runs
the script, and checks the output is as expected.
.
cmdtest is aimed specifically at testing non-interactive Unix command
line programs, and tries to make that as easy as possible.
.
Also included is a "scenario testing" tool, yarn.
Description-md5:
Homepage: https://liw.fi/cmdtest/
Section: python
Priority: optional
Filename: pool/main/c/cmdtest/cmdtest_0.32.14.gcdfe14e-6_all.deb