How to Install and Uninstall check.x86_64 Package on Oracle Linux 8
Last updated: November 27,2024
1. Install "check.x86_64" package
This guide let you learn how to install check.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
check.x86_64
Copied
2. Uninstall "check.x86_64" package
Please follow the guidance below to uninstall check.x86_64 on Oracle Linux 8:
$
sudo dnf remove
check.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the check.x86_64 package on Oracle Linux 8
Last metadata expiration check: 5:42:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : check
Version : 0.12.0
Release : 2.el8
Architecture : x86_64
Size : 89 k
Source : check-0.12.0-2.el8.src.rpm
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.
Available Packages
Name : check
Version : 0.12.0
Release : 2.el8
Architecture : x86_64
Size : 89 k
Source : check-0.12.0-2.el8.src.rpm
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.