How to Install and Uninstall check.x86_64 Package on Amazon Linux 2
Last updated: November 25,2024
1. Install "check.x86_64" package
This guide let you learn how to install check.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
check.x86_64
Copied
2. Uninstall "check.x86_64" package
This guide let you learn how to uninstall check.x86_64 on Amazon Linux 2:
$
sudo yum remove
check.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the check.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : check
Arch : x86_64
Version : 0.9.9
Release : 5.amzn2.0.2
Size : 102 k
Repo : amzn2-core/2/x86_64
Summary : A unit test framework for C
URL : http://check.sourceforge.net/
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
Arch : x86_64
Version : 0.9.9
Release : 5.amzn2.0.2
Size : 102 k
Repo : amzn2-core/2/x86_64
Summary : A unit test framework for C
URL : http://check.sourceforge.net/
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.