How to Install and Uninstall libcriterion-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libcriterion-dev" package

Please follow the guidelines below to install libcriterion-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcriterion-dev

2. Uninstall "libcriterion-dev" package

Here is a brief guide to show you how to uninstall libcriterion-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcriterion-dev package on Ubuntu 21.10 (Impish Indri)

Package: libcriterion-dev
Architecture: amd64
Version: 2.3.3git1-1ubuntu1
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: criterion
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: SZALAY Attila
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 686
Depends: pkg-config, libcriterion3 (= 2.3.3git1-1ubuntu1), libboxfort-dev, libffi-dev, libgit2-dev, libnanomsg-dev
Filename: pool/universe/c/criterion/libcriterion-dev_2.3.3git1-1ubuntu1_amd64.deb
Size: 106276
MD5sum: b2a3e07ae5f0f2430e2f255eeb936d92
SHA1: a29990f9b037d391b2a3ae531ca94263a758b556
SHA256: 3471971c2f613711a579d0ade6b8c3f8e64889e0ea1ee9131f74165b18b6d5f1
SHA512: d1c4628fce09a5d98825b9003a692801ecb2339a902d042424c1e602b00c93e88d092cfe50fff63f7dfd08fea62a0fc64652f505746becb884f88461a479603b
Homepage: https://github.com/Snaipe/Criterion
Description-en: cross-platform C and C++ unit testing framework (development files)
Most test frameworks for C require a lot of boilerplate code to set up
tests and test suites -- you need to create a main, then register new test
suites, then register the tests within these suits, and finally call the
right functions.
.
This gives the user great control, at the unfortunate cost of simplicity.
.
Criterion follows the KISS principle, while keeping the control the user
would have with other frameworks:
.
* C99 and C++11 compatible.
* Tests are automatically registered when declared.
* Implements a xUnit framework structure.
* A default entry point is provided, no need to declare a main unless you
want to do special handling.
* Test are isolated in their own process, crashes and signals can be
reported and tested.
* Unified interface between C and C++: include the criterion header and it
just works.
* Supports parameterized tests and theories.
* Progress and statistics can be followed in real time with report hooks.
* TAP output format can be enabled with an option.
* Runs on Linux, FreeBSD, Mac OS X, and Windows (Compiling with MinGW GCC
and Visual Studio 2015+).
.
This package contains the headers needed to compile other packages against
the criterion library
Description-md5: 03760bc9a6688e6451ae2f8cdfe6cb4f