How to Install and Uninstall libcpputest-dev Package on Kali Linux

Last updated: May 08,2024

1. Install "libcpputest-dev" package

This is a short guide on how to install libcpputest-dev on Kali Linux

$ sudo apt update $ sudo apt install libcpputest-dev

2. Uninstall "libcpputest-dev" package

Please follow the steps below to uninstall libcpputest-dev on Kali Linux:

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

3. Information about the libcpputest-dev package on Kali Linux

Package: libcpputest-dev
Source: cpputest (4.0-2)
Version: 4.0-2+b1
Installed-Size: 1652
Maintainer: Raphaël Hertzog
Architecture: amd64
Size: 203900
SHA256: 922a0778efa41c86bee57fb222a8458b90828d1abbd8faf7364261a6afa9a703
SHA1: 3aba09f64eb2bc9047bc646af44572d980cd6045
MD5sum: 8b730d30819a4dbcf58d0437e792cc60
Description: 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:
Multi-Arch: same
Homepage: http://cpputest.github.io/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cpputest/libcpputest-dev_4.0-2+b1_amd64.deb