How to Install and Uninstall check.x86_64 Package on AlmaLinux 8
Last updated: November 28,2024
1. Install "check.x86_64" package
Please follow the instructions below to install check.x86_64 on AlmaLinux 8
$
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 AlmaLinux 8:
$
sudo dnf remove
check.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the check.x86_64 package on AlmaLinux 8
Last metadata expiration check: 0:12:13 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : check
Version : 0.12.0
Release : 2.el8
Architecture : x86_64
Size : 89 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 : x86_64
Size : 89 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.