How To Install egl-utils on Fedora 36

In this tutorial we learn how to install egl-utils in Fedora 36. egl-utils is EGL utilities

Introduction

In this tutorial we learn how to install egl-utils on Fedora 36.

What is egl-utils

The egl-utils package provides the eglinfo and es2_info utilities.

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

Install egl-utils 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 egl-utils using dnf by running the following command:

sudo dnf -y install egl-utils

Install egl-utils 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 egl-utils using yum by running the following command:

sudo yum -y install egl-utils

How To Uninstall egl-utils on Fedora 36

To uninstall only the egl-utils package we can use the following command:

sudo dnf remove egl-utils

egl-utils Package Contents on Fedora 36

/usr/bin/eglinfo
/usr/bin/es2_info
/usr/lib/.build-id
/usr/lib/.build-id/9d/7dafd7af5179f3b4b247c125391f952726dc53.1
/usr/lib/.build-id/fd/c7c0854e4e5e702486ebae41f911a93360b093.1

References

Summary

In this tutorial we learn how to install egl-utils on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).