How to Install and Uninstall libcriterion3 Package on Kali Linux

Last updated: June 04,2024

1. Install "libcriterion3" package

Learn how to install libcriterion3 on Kali Linux

$ sudo apt update $ sudo apt install libcriterion3

2. Uninstall "libcriterion3" package

This guide covers the steps necessary to uninstall libcriterion3 on Kali Linux:

$ sudo apt remove libcriterion3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcriterion3 package on Kali Linux

Package: libcriterion3
Source: criterion (2.4.1-2)
Version: 2.4.1-2+b1
Installed-Size: 217
Maintainer: SZALAY Attila
Architecture: amd64
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgit2-1.7 (>= 1.7.0), libnanomsg5 (>= 1.1.5)
Size: 79568
SHA256: 547182a7ed73179e8fcb02f9c072eb0b05df48d5de8b6b9bd4ad549e6b0b553f
SHA1: 3b1544274728f4b06df0479fe85bb54cd76289dc
MD5sum: 7a857a4a73970340da38c0205f25b5fe
Description: cross-platform C and C++ unit testing framework
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 runtime library of the package
Description-md5:
Multi-Arch: same
Homepage: https://github.com/Snaipe/Criterion
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/criterion/libcriterion3_2.4.1-2+b1_amd64.deb