How to Install and Uninstall check.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "check.x86_64" package

Please follow the instructions below to install check.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install check.x86_64

2. Uninstall "check.x86_64" package

This tutorial shows how to uninstall check.x86_64 on Fedora 34:

$ sudo dnf remove check.x86_64 $ sudo dnf autoremove

3. Information about the check.x86_64 package on Fedora 34

Last metadata expiration check: 4:30:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : check
Version : 0.15.2
Release : 5.fc34
Architecture : x86_64
Size : 87 k
Source : check-0.15.2-5.fc34.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.