How To Install cogl-tests on Fedora 36

In this tutorial we learn how to install cogl-tests in Fedora 36. cogl-tests is Tests for cogl

Introduction

In this tutorial we learn how to install cogl-tests on Fedora 36.

What is cogl-tests

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

We can use yum or dnf to install cogl-tests on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cogl-tests.

Install cogl-tests on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install cogl-tests using dnf by running the following command:

sudo dnf -y install cogl-tests

Install cogl-tests on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cogl-tests using yum by running the following command:

sudo yum -y install cogl-tests

How To Uninstall cogl-tests on Fedora 36

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

sudo dnf remove cogl-tests

cogl-tests Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/b6bc8761ea57a91cb11fe06eb54ff021a59a33
/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 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).