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

Last updated: May 20,2024

1. Install "libcriterion-dev" package

Please follow the guidelines below to install libcriterion-dev on Kali Linux

$ sudo apt update $ sudo apt install libcriterion-dev

2. Uninstall "libcriterion-dev" package

Please follow the guidance below to uninstall libcriterion-dev on Kali Linux:

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

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

Package: libcriterion-dev
Source: criterion (2.4.1-2)
Version: 2.4.1-2+b1
Installed-Size: 695
Maintainer: SZALAY Attila
Architecture: amd64
Depends: pkg-config, libcriterion3 (= 2.4.1-2+b1), libboxfort-dev, libffi-dev, libgit2-dev, libnanomsg-dev
Size: 106360
SHA256: 2d45a855b60247d6acecab5609107059d67d9c3fae251c8b679b2e8bf4a64d25
SHA1: d8cedeb9f4d4d8d551b25498ea3a3dd702101820
MD5sum: d46fae639961e1706712dbc47fb92a34
Description: 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:
Multi-Arch: same
Homepage: https://github.com/Snaipe/Criterion
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/criterion/libcriterion-dev_2.4.1-2+b1_amd64.deb