How to Install and Uninstall api-sanity-checker.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "api-sanity-checker.noarch" package

This is a short guide on how to install api-sanity-checker.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install api-sanity-checker.noarch

2. Uninstall "api-sanity-checker.noarch" package

Please follow the instructions below to uninstall api-sanity-checker.noarch on Fedora 36:

$ sudo dnf remove api-sanity-checker.noarch $ sudo dnf autoremove

3. Information about the api-sanity-checker.noarch package on Fedora 36

Last metadata expiration check: 5:41:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : api-sanity-checker
Version : 1.98.7
Release : 14.fc36
Architecture : noarch
Size : 118 k
Source : api-sanity-checker-1.98.7-14.fc36.src.rpm
Repository : fedora
Summary : An automatic generator of basic unit tests for a shared C/C++ library
URL : http://forge.ispras.ru/projects/api-sanity-autotest
License : GPLv2
Description : API Sanity Checker (ASC) is an automatic generator of basic unit tests for
: shared C/C++ libraries. It is able to generate reasonable (in most, but
: unfortunately not all, cases) input data for parameters and compose simple
: ("sanity" or "shallow"-quality) test cases for every function in the API through
: the analysis of declarations in header files. The quality of generated tests
: allows to check absence of critical errors in simple use cases. The tool is able
: to build and execute generated tests and detect crashes (segfaults), aborts, all
: kinds of emitted signals, non-zero program return code and program hanging. It
: may be considered as a tool for out-of-the-box low-cost sanity checking
: (fuzzing) of the library API or as a test development framework for initial
: generation of templates for advanced tests. Also it supports universal format of
: tests, random test generation mode, specialized data types and other useful
: features.