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

Last updated: April 29,2024

1. Install "cxxtest" package

Please follow the steps below to install cxxtest on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install cxxtest

2. Uninstall "cxxtest" package

Please follow the guidance below to uninstall cxxtest on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: cxxtest
Architecture: all
Version: 4.4+git171022-2
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1011
Depends: python3:any, python3-ply
Filename: pool/universe/c/cxxtest/cxxtest_4.4+git171022-2_all.deb
Size: 412468
MD5sum: 9294a94d93ff81232295330dc61448f3
SHA1: b14b0b550bf2b92523deda9ec37c1187b5de77a9
SHA256: 5a4f2673a6a6bae5be2f5ce4a37283fdf88cc6822f55178975bb98fe530d2ab4
SHA512: 709b9bb432a2a9ba412fd5e4fe8698e712501c9e52d51dd85c158fb7a10e35df1eed5caa8d77349db35a4221661db46973dc763bd08d09b5242d749c339551ff
Homepage: https://cxxtest.com/
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