How to Install and Uninstall cxxtest Package on Kali Linux

Last updated: May 13,2024

1. Install "cxxtest" package

This is a short guide on how to install cxxtest on Kali Linux

$ sudo apt update $ sudo apt install cxxtest

2. Uninstall "cxxtest" package

This is a short guide on how to uninstall cxxtest on Kali Linux:

$ sudo apt remove cxxtest $ sudo apt autoclean && sudo apt autoremove

3. Information about the cxxtest package on Kali Linux

Package: cxxtest
Version: 4.4+git171022-2
Installed-Size: 1010
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: python3:any, python3-ply
Size: 415440
SHA256: 933feb21c1508b71b5abfe50417784bd4762d5314f94728906c5317d4a18abf5
SHA1: 1f9d86f5077177bf7255fbbef5ba7ec72227bf6a
MD5sum: 08f84402a84cfd6507ab1efe2be15c51
Description: lightweight xUnit-like framework for C/C++ applications
CxxTest is a unit testing framework for C++ that is similar in spirit to
JUnit, CppUnit, and xUnit. It provides assertions for checking conditions
and classes for defining unit-test cases.
.
CxxTest is easy to use because it does not require precompiling a CxxTest
testing library, it employs no advanced features of C++ (e.g. RTTI) and it
supports a very flexible form of test discovery, which simplifies the creation
of test drivers. It includes a script that parses C++ files that define unit
tests and then generates a C++ test runner. When compiled, the test runner
manages the execution of all unit tests in a flexible manner.
Description-md5:
Homepage: https://cxxtest.com/
Section: devel
Priority: optional
Filename: pool/main/c/cxxtest/cxxtest_4.4+git171022-2_all.deb