How to Install and Uninstall check.x86_64 Package on Fedora 39
Last updated: November 29,2024
1. Install "check.x86_64" package
This tutorial shows how to install check.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
check.x86_64
Copied
2. Uninstall "check.x86_64" package
In this section, we are going to explain the necessary steps to uninstall check.x86_64 on Fedora 39:
$
sudo dnf remove
check.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the check.x86_64 package on Fedora 39
Last metadata expiration check: 2:13:10 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : check
Version : 0.15.2
Release : 10.fc39
Architecture : x86_64
Size : 86 k
Source : check-0.15.2-10.fc39.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.
Available Packages
Name : check
Version : 0.15.2
Release : 10.fc39
Architecture : x86_64
Size : 86 k
Source : check-0.15.2-10.fc39.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.