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

Last updated: May 07,2024

1. Install "check" package

This guide covers the steps necessary to install check on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install check

2. Uninstall "check" package

In this section, we are going to explain the necessary steps to uninstall check on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: check
Priority: optional
Section: universe/devel
Installed-Size: 406
Maintainer: Ubuntu Developers
Original-Maintainer: Robert Lemmen
Architecture: amd64
Version: 0.10.0-3
Depends: dpkg (>= 1.15.4) | install-info, mawk, libsubunit-dev
Filename: pool/universe/c/check/check_0.10.0-3_amd64.deb
Size: 170390
MD5sum: ccee2b533c28c4b635023db0bea56d5b
SHA1: a5669ffe25ec779bbd384f0f9b8e1b9f089a7611
SHA256: 726b8b8c3e4dc2524e05b9a9135cc5e23601e018ba4a85531429d11c3ea11b82
Description-en: 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: a51fdfa929f98fb924854b88bd42548c
Multi-Arch: same
Homepage: http://check.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu