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

Last updated: May 14,2024

1. Install "librapidcheck-dev" package

This guide covers the steps necessary to install librapidcheck-dev on Kali Linux

$ sudo apt update $ sudo apt install librapidcheck-dev

2. Uninstall "librapidcheck-dev" package

Please follow the instructions below to uninstall librapidcheck-dev on Kali Linux:

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

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

Package: librapidcheck-dev
Source: rapidcheck (0~1048-a5724ea-1)
Version: 0~1048-a5724ea-1+b1
Installed-Size: 1576
Maintainer: Adam Borowski
Architecture: amd64
Size: 191880
SHA256: a662231ce1577955477ced4050e31db231358d60790e2e3f96c5e5befd8f1958
SHA1: 5bf8c7cc5e1053c7f809bcddef3335a550ed5e42
MD5sum: b1d5c5cf0e3d6bb3e37d1df79f16b166
Description: C++ framework for property based testing
RapidCheck is a C++ framework for property based testing inspired by
QuickCheck and other similar frameworks. In property based testing,
you state facts about your code that given certain precondition should
always be true. RapidCheck then generates random test data to try and
find a case for which the property doesn't hold. If such a case is
found, RapidCheck tries to find the smallest case (for some definition
of smallest) for which the property is still false and then displays
this as a counterexample. For example, if the input is an integer,
RapidCheck tries to find the smallest integer for which the property is
false.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/emil-e/rapidcheck
Section: devel
Priority: optional
Filename: pool/main/r/rapidcheck/librapidcheck-dev_0~1048-a5724ea-1+b1_amd64.deb