How To Install libglvnd-egl on Fedora 36

In this tutorial we learn how to install libglvnd-egl in Fedora 36. libglvnd-egl is EGL support for libglvnd

Introduction

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

What is libglvnd-egl

libEGL are the common dispatch interface for the EGL API.

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

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

sudo dnf -y install libglvnd-egl

Install libglvnd-egl on Fedora 36 Using yum

title: “How To Install libglvnd-egl on Fedora 36” linkTitle: “libglvnd-egl” Update yum database with yum using the following command.

type: “docs” description: “In this tutorial we learn how to install libglvnd-egl in Fedora 36. libglvnd-egl is EGL support for libglvnd”

date: "2022-08-17"
sudo yum makecache --refresh
lastmod: "2022-08-17"

#image: /images/fedora/36/libglvnd-egl-featured.png


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

Introduction

In this tutorial we learn how to install `libglvnd-egl` on Fedora 36.
sudo yum -y install libglvnd-egl

What is libglvnd-egl

How To Uninstall libglvnd-egl on Fedora 36

libEGL are the common dispatch interface for the EGL API.
To uninstall only the libglvnd-egl package we can use the following command:

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

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

sudo dnf -y install libglvnd-egl

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

sudo yum -y install libglvnd-egl

How To Uninstall libglvnd-egl on Fedora 36

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

sudo dnf remove libglvnd-egl

libglvnd-egl Package Contents on Fedora 36

## libglvnd-egl Package Contents on Fedora 36

```bash
/etc/egl
/etc/egl/egl_external_platform.d
/etc/glvnd/egl_vendor.d
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/107b86cc9c5a4d1f5fac0d782223fb81d943cc
/usr/lib/libEGL.so.1
/usr/lib/libEGL.so.1.1.0
/usr/share/egl
/usr/share/egl/egl_external_platform.d
/usr/share/glvnd/egl_vendor.d

References

Summary

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

/etc/egl /etc/egl/egl_external_platform.d /etc/glvnd/egl_vendor.d /usr/lib/.build-id /usr/lib/.build-id/22 /usr/lib/.build-id/22/2eea95c957d1163dcba6ee6583976e68d22452 /usr/lib64/libEGL.so.1 /usr/lib64/libEGL.so.1.1.0 /usr/share/egl /usr/share/egl/egl_external_platform.d /usr/share/glvnd/egl_vendor.d


## References

* [libglvnd-egl website](https://gitlab.freedesktop.org/glvnd/libglvnd)

## Summary

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