How To Install check-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install check-devel.x86_64 in Amazon Linux 2. check-devel.x86_64 is Libraries and headers for developing programs with check

Introduction

In this tutorial we learn how to install check-devel.x86_64 on Amazon Linux 2.

What is check-devel.x86_64

Libraries and headers for developing programs with check

We can use yum to install check-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install check-devel.x86_64.

Install check-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install check-devel.x86_64 using yum by running the following command:

sudo yum -y install check-devel.x86_64

How To Uninstall check-devel.x86_64 on Amazon Linux 2

To uninstall only the check-devel.x86_64 package we can use the following command:

sudo yum remove check-devel.x86_64

check-devel.x86_64 Package Contents on Amazon Linux 2

/usr/bin/checkmk
/usr/include/check.h
/usr/lib64/libcheck.so
/usr/lib64/pkgconfig/check.pc
/usr/share/aclocal/check.m4
/usr/share/doc/check-devel-0.9.9
/usr/share/doc/check-devel-0.9.9/example
/usr/share/doc/check-devel-0.9.9/example/Makefile.am
/usr/share/doc/check-devel-0.9.9/example/README
/usr/share/doc/check-devel-0.9.9/example/configure.ac
/usr/share/doc/check-devel-0.9.9/example/src
/usr/share/doc/check-devel-0.9.9/example/src/Makefile.am
/usr/share/doc/check-devel-0.9.9/example/src/main.c
/usr/share/doc/check-devel-0.9.9/example/src/money.1.c
/usr/share/doc/check-devel-0.9.9/example/src/money.1.h
/usr/share/doc/check-devel-0.9.9/example/src/money.2.h
/usr/share/doc/check-devel-0.9.9/example/src/money.3.c
/usr/share/doc/check-devel-0.9.9/example/src/money.4.c
/usr/share/doc/check-devel-0.9.9/example/src/money.5.c
/usr/share/doc/check-devel-0.9.9/example/src/money.6.c
/usr/share/doc/check-devel-0.9.9/example/src/money.c
/usr/share/doc/check-devel-0.9.9/example/src/money.h
/usr/share/doc/check-devel-0.9.9/example/tests
/usr/share/doc/check-devel-0.9.9/example/tests/Makefile.am
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.1.c
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.2.c
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.3.c
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.6.c
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.7.c
/usr/share/doc/check-devel-0.9.9/example/tests/check_money.c
/usr/share/man/man1/checkmk.1.gz

References

Summary

In this tutorial we learn how to install check-devel.x86_64 on Amazon Linux 2 using yum.