How to Install and Uninstall check.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "check.src" package

This guide let you learn how to install check.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install check.src

2. Uninstall "check.src" package

Please follow the steps below to uninstall check.src on Oracle Linux 8:

$ sudo dnf remove check.src $ sudo dnf autoremove

3. Information about the check.src package on Oracle Linux 8

Last metadata expiration check: 3:13:14 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : check
Version : 0.12.0
Release : 2.el8
Architecture : src
Size : 292 k
Source : None
Repository : ol8_appstream
Summary : A unit test framework for C
URL : http://libcheck.github.io/check/
License : LGPLv2+
Description : Check is a unit test framework for C. It features a simple interface for
: defining unit tests, putting little in the way of the developer. Tests
: are run in a separate address space, so Check can catch both assertion
: failures and code errors that cause segmentation faults or other signals.
: The output from unit tests can be used within source code editors and IDEs.