How to Install and Uninstall check.i686 Package on Fedora 38

Last updated: November 27,2024

1. Install "check.i686" package

Here is a brief guide to show you how to install check.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install check.i686

2. Uninstall "check.i686" package

This tutorial shows how to uninstall check.i686 on Fedora 38:

$ sudo dnf remove check.i686 $ sudo dnf autoremove

3. Information about the check.i686 package on Fedora 38

Last metadata expiration check: 2:26:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : check
Version : 0.15.2
Release : 9.fc38
Architecture : i686
Size : 88 k
Source : check-0.15.2-9.fc38.src.rpm
Repository : fedora
Summary : A unit test framework for C
URL : https://libcheck.github.io/check/
License : LGPL-2.1-or-later
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.