How to Install and Uninstall catch Package on Kali Linux

Last updated: July 07,2024

1. Install "catch" package

Please follow the step by step instructions below to install catch on Kali Linux

$ sudo apt update $ sudo apt install catch

2. Uninstall "catch" package

This guide let you learn how to uninstall catch on Kali Linux:

$ sudo apt remove catch $ sudo apt autoclean && sudo apt autoremove

3. Information about the catch package on Kali Linux

Package: catch
Version: 1.12.2-0.1
Installed-Size: 922
Maintainer: Jérémy Lal
Architecture: all
Size: 114268
SHA256: c8ff75fd8b7abf2f318e2b08e3a32a008f7238ad5ad1936e87f07abf56fd6bb8
SHA1: d0b5cf69eda25cb5ba0dde9cc028fc47b09daf33
MD5sum: 8990eeffba187239479fc380d5d24c91
Description: C++ Automated Test Cases in Headers
Catch is a multi-paradigm automated test framework for C++
and Objective-C.
.
Its key features are:
* Distributed as a single header file with no dependencies.
* Test cases are self-registering.
* Test cases can be de divided into isolated sections.
* Behaviour Driven Design style is possible with GIVEN-WHEN-THEN
in place of test cases and sections.
* Only one core assertion macro for comparisons; standard language
operators are used for comparison, yet the expression is decomposed
and properly logged.
Description-md5:
Homepage: https://github.com/catchorg/Catch2
Section: devel
Priority: optional
Filename: pool/main/c/catch/catch_1.12.2-0.1_all.deb