How to Install and Uninstall cpputest Package on Kali Linux

Last updated: May 19,2024

1. Install "cpputest" package

This guide let you learn how to install cpputest on Kali Linux

$ sudo apt update $ sudo apt install cpputest

2. Uninstall "cpputest" package

Please follow the steps below to uninstall cpputest on Kali Linux:

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

3. Information about the cpputest package on Kali Linux

Package: cpputest
Version: 4.0-2
Installed-Size: 296
Maintainer: Raphaël Hertzog
Architecture: all
Depends: libcpputest-dev
Suggests: ruby | ruby-interpreter
Size: 40204
SHA256: f7bbc1e94863ac49e59f5f50de339a824ffe85cf1c090227c3d79e00d3c8e59d
SHA1: 5f1e238e2add45520b1dc1fe0946f1ed60833702
MD5sum: 5bf3f8bda007e7e7cdec1d6096169a67
Description: 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:
Multi-Arch: foreign
Homepage: http://cpputest.github.io/
Section: devel
Priority: optional
Filename: pool/main/c/cpputest/cpputest_4.0-2_all.deb