How to Install and Uninstall check.i686 Package on CentOS 8 / RHEL 8
Last updated: February 08,2025
1. Install "check.i686" package
Please follow the instructions below to install check.i686 on CentOS 8 / RHEL 8
$
sudo dnf update
Copied
$
sudo dnf install
check.i686
Copied
2. Uninstall "check.i686" package
This guide let you learn how to uninstall check.i686 on CentOS 8 / RHEL 8:
$
sudo dnf remove
check.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the check.i686 package on CentOS 8 / RHEL 8
Last metadata expiration check: 1 day, 4:02:59 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : check
Version : 0.12.0
Release : 2.el8
Architecture : i686
Size : 91 k
Source : check-0.12.0-2.el8.src.rpm
Repository : 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 : i686
Size : 91 k
Source : check-0.12.0-2.el8.src.rpm
Repository : 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.