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

Last updated: May 19,2024

1. Install "cpputest" package

Learn how to install cpputest on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cpputest

2. Uninstall "cpputest" package

This tutorial shows how to uninstall cpputest on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cpputest $ sudo apt autoclean && sudo apt autoremove

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

Package: cpputest
Priority: optional
Section: universe/devel
Installed-Size: 270
Maintainer: Ubuntu Developers
Original-Maintainer: Raphaël Hertzog
Architecture: all
Version: 3.7.2-1
Depends: libcpputest-dev
Suggests: ruby | ruby-interpreter
Filename: pool/universe/c/cpputest/cpputest_3.7.2-1_all.deb
Size: 37566
MD5sum: 9cc0873e7164f4b4822fba7d52d3d13d
SHA1: 2f29f09d58e3e293576afa91aea320ae04e065ea
SHA256: 20bb341cfe4d3ccc2f02a63ed2b99c9fbb09101187d7a156d71677e0a84f098d
Description-en: C/C++ based unit test framework — main package
CppUTest is a C/C++ based unit xUnit test framework for unit testing and
for test-driving your code. It is written in C++ but is used in C and C++
projects and frequently used in embedded systems.
.
CppUTest has a couple design principles:
* Simple to use and small
* Portable to old and new platforms
.
CppUTest also has support for building mocks and can be used by
practitioners of Test Driven Development.
.
This is the main package. It contains some examples, support scripts
and depends on libcpputest-dev which provides the test framework
itself.
Description-md5: 645778ac17580b4127d7e94747578fc6
Multi-Arch: foreign
Homepage: http://cpputest.github.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu