How to Install and Uninstall api-sanity-checker Package on Kali Linux

Last updated: May 04,2024

1. Install "api-sanity-checker" package

This tutorial shows how to install api-sanity-checker on Kali Linux

$ sudo apt update $ sudo apt install api-sanity-checker

2. Uninstall "api-sanity-checker" package

Please follow the guidance below to uninstall api-sanity-checker on Kali Linux:

$ sudo apt remove api-sanity-checker $ sudo apt autoclean && sudo apt autoremove

3. Information about the api-sanity-checker package on Kali Linux

Package: api-sanity-checker
Version: 1.98.7-2.2
Installed-Size: 660
Maintainer: Mathieu Malaterre
Architecture: all
Depends: abi-compliance-checker (>= 1.99), perl:any
Suggests: doc-base
Size: 106868
SHA256: 6868d3ad4dbf2037657e755a0fc93ccfdd61b5f64acdce292fd64bcb68d8dfa1
SHA1: f397cddfba1a7b23e818000a227d33b3067bf7b2
MD5sum: a32f6199a594c061c57ba9ecf3e07c52
Description: automatic generator of basic unit tests for a C/C++ library API
API Sanity Checker is an automatic generator of basic unit tests for a C/C++
library. It helps to quickly generate simple ("sanity" or "shallow" quality)
tests for every function in an API using their signatures, data type
definitions and relationships between functions straight from the library
header files ("Header-Driven Generation"). Each test case contains a function
call with reasonable (in most, but unfortunately not all, cases) input
parameters. The quality of generated tests allows one to check absence of
critical errors in simple use cases and can be greatly improved by involving of
highly reusable specialized types for the library.
.
The tool can execute generated tests and detect crashes, aborts, all kinds of
emitted signals, non-zero program return code, program hanging and
requirement failures (if specified). The tool can be considered as a tool for
out-of-box low-cost sanity checking of library API or as a test development
framework for initial generation of templates for advanced tests. Also it
supports universal Template2Code format of tests, splint specifications, random
test generation mode and other useful features.
Description-md5:
Homepage: https://github.com/lvc/api-sanity-checker
Section: devel
Priority: optional
Filename: pool/main/a/api-sanity-checker/api-sanity-checker_1.98.7-2.2_all.deb