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

Last updated: November 01,2024

1. Install "check.i686" package

In this section, we are going to explain the necessary steps to install check.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install check.i686

2. Uninstall "check.i686" package

This is a short guide on how to uninstall check.i686 on Fedora 35:

$ sudo dnf remove check.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:28:16 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : check
Version : 0.15.2
Release : 5.fc35
Architecture : i686
Size : 88 k
Source : check-0.15.2-5.fc35.src.rpm
Repository : updates
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.