How to Install and Uninstall catch Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 07,2024

1. Install "catch" package

Please follow the guidelines below to install catch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install catch

2. Uninstall "catch" package

Please follow the step by step instructions below to uninstall catch on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the catch package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: catch
Priority: optional
Section: universe/devel
Installed-Size: 405
Maintainer: Ubuntu Developers
Original-Maintainer: Jérémy Lal
Architecture: amd64
Version: 1.2.0-1
Filename: pool/universe/c/catch/catch_1.2.0-1_amd64.deb
Size: 75704
MD5sum: c06f8cf25dbaa33325ec8e5d91db9d2e
SHA1: a19e1e4fb2998fb3c628914bff432eaba87aa00f
SHA256: 3cf423cd375b931425dc7457fde56793ac970d872563134ead64a93753abed3d
Description-en: 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: d4413c684c96adae6fd62fd0fe4d362e
Homepage: https://github.com/philsquared/Catch
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu