How to Install and Uninstall libcpputest-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libcpputest-dev" package

Please follow the guidance below to install libcpputest-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcpputest-dev

2. Uninstall "libcpputest-dev" package

Please follow the steps below to uninstall libcpputest-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcpputest-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcpputest-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcpputest-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1111
Maintainer: Ubuntu Developers
Original-Maintainer: Raphaël Hertzog
Architecture: amd64
Source: cpputest
Version: 3.7.2-1
Filename: pool/universe/c/cpputest/libcpputest-dev_3.7.2-1_amd64.deb
Size: 137140
MD5sum: 950e0c0a119155ac009c0e960097c479
SHA1: a2c0ef30697e34284323e3498f9feb56f6dc07db
SHA256: 9ae1cb3087014350fbd40731ae648666bd3b5e5f121504f48eb2b7e35d1e13e0
Description-en: C/C++ based unit test framework — headers and static libraries
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 package with the headers and the static libraries implementing
the test framework.
Description-md5: b07ac030862bd2010a81b8d93f0d453e
Multi-Arch: same
Homepage: http://cpputest.github.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu