How To Install cogl-tests.x86_64 on Amazon Linux 2

In this tutorial we learn how to install cogl-tests.x86_64 in Amazon Linux 2. cogl-tests.x86_64 is Tests for cogl

Introduction

In this tutorial we learn how to install cogl-tests.x86_64 on Amazon Linux 2.

What is cogl-tests.x86_64

This package contains the installable tests for %{cogl}.

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

Install cogl-tests.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 cogl-tests.x86_64 using yum by running the following command:

sudo yum -y install cogl-tests.x86_64

How To Uninstall cogl-tests.x86_64 on Amazon Linux 2

To uninstall only the cogl-tests.x86_64 package we can use the following command:

sudo yum remove cogl-tests.x86_64

cogl-tests.x86_64 Package Contents on Amazon Linux 2

/usr/libexec/installed-tests/cogl
/usr/libexec/installed-tests/cogl/config.env
/usr/libexec/installed-tests/cogl/conform
/usr/libexec/installed-tests/cogl/conform/test-conformance
/usr/libexec/installed-tests/cogl/conform/unit-tests
/usr/libexec/installed-tests/cogl/run-tests.sh
/usr/share/installed-tests/cogl
/usr/share/installed-tests/cogl/conform.test

References

Summary

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