How to Install and Uninstall check Package on Kali Linux

Last updated: May 07,2024

1. Install "check" package

This is a short guide on how to install check on Kali Linux

$ sudo apt update $ sudo apt install check

2. Uninstall "check" package

This tutorial shows how to uninstall check on Kali Linux:

$ sudo apt remove check $ sudo apt autoclean && sudo apt autoremove

3. Information about the check package on Kali Linux

Package: check
Source: check (0.15.2-2)
Version: 0.15.2-2+b1
Installed-Size: 412
Maintainer: Christian Göttsche
Architecture: amd64
Depends: libsubunit-dev, mawk
Size: 112580
SHA256: acf2459e93122f4ec0b73a39a63c0d086102a815404f7192573eb56bdfe07576
SHA1: 5a49d7b257dabbe8846ee933e33835351b6e9038
MD5sum: 216377c6c12f0bcacdb011dd90d7c8c0
Description: unit test framework for C
Check features a simple interface for defining unit tests, putting
little in the way of the developer. Tests are run in a separate
address space, so Check can catch both assertion failures and code
errors that cause segmentation faults or other signals. The output
from unit tests can be used within source code editors and IDEs.
Description-md5:
Multi-Arch: same
Homepage: https://libcheck.github.io/check/
Tag: devel::lang:c, devel::library, devel::testing-qa, implemented-in::c,
role::devel-lib, role::program, role::shared-lib,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/c/check/check_0.15.2-2+b1_amd64.deb