How to Install and Uninstall check.i686 Package on Amazon Linux 2

Last updated: January 12,2025

1. Install "check.i686" package

Please follow the steps below to install check.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install check.i686

2. Uninstall "check.i686" package

Please follow the guidance below to uninstall check.i686 on Amazon Linux 2:

$ sudo yum remove check.i686 $ sudo yum autoremove

3. Information about the check.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : check
Arch : i686
Version : 0.9.9
Release : 5.amzn2.0.2
Size : 103 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.