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

Last updated: May 13,2024

1. Install "cxxtest" package

This guide let you learn how to install cxxtest on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cxxtest

2. Uninstall "cxxtest" package

This is a short guide on how to uninstall cxxtest on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: cxxtest
Priority: optional
Section: universe/devel
Installed-Size: 976
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Version: 4.4-1
Depends: python:any (>= 2.7), python-ply
Filename: pool/universe/c/cxxtest/cxxtest_4.4-1_all.deb
Size: 414028
MD5sum: d897904d303011a8d37c53db1a4bde4f
SHA1: 354784fb9e3bc715b321365dcb4f5fcd707b8224
SHA256: bccbc22dd7f48ad9d241747f80715e51832ecde6322d1134cbdea53bba22245f
Description-en: 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: a8d8c084885aebca9119a29aba2ce71b
Homepage: http://cxxtest.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu