How to Install and Uninstall libcriterion3 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libcriterion3" package

In this section, we are going to explain the necessary steps to install libcriterion3 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libcriterion3

2. Uninstall "libcriterion3" package

Please follow the steps below to uninstall libcriterion3 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libcriterion3 package on Ubuntu 21.10 (Impish Indri)

Package: libcriterion3
Architecture: amd64
Version: 2.3.3git1-1ubuntu1
Multi-Arch: same
Priority: optional
Section: universe/libs
Source: criterion
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: SZALAY Attila
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 201
Depends: libc6 (>= 2.34), libffi8 (>= 3.4), libgit2-1.1 (>= 1.1.0), libnanomsg5 (>= 1.1.5)
Filename: pool/universe/c/criterion/libcriterion3_2.3.3git1-1ubuntu1_amd64.deb
Size: 76858
MD5sum: 84e63a0cc4bdb6ac799267bc64ad5f2b
SHA1: 998fa25f804d01ae83b0a9ccfd8c967e0cf0eba3
SHA256: 9bb8ea1df873e62348a1b836bc9bba2ab4fe69582ac3c074fec592aff9e328b8
SHA512: 2f00bcc4e95e76a90e191e8e30ea6df85eb71703f722dcec2e1fde8eea8c756dc7b5d2c788beaed5f77452b2cad639dd6c6d173d28cd47c2896f179d464a5177
Homepage: https://github.com/Snaipe/Criterion
Description-en: 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: ad9dc453214f2decb49cafe67805c7f4