How To Install libglvnd-gles on Fedora 36

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

Introduction

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

What is libglvnd-gles

libGLESv[12] are the common dispatch interface for the GLES API.

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

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

sudo dnf -y install libglvnd-gles

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

sudo yum -y install libglvnd-gles

How To Uninstall libglvnd-gles on Fedora 36

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

sudo dnf remove libglvnd-gles

libglvnd-gles Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/7110d4a4f5a4844d6623f931c004b5fe023256
/usr/lib/.build-id/85
/usr/lib/.build-id/85/3a6d9ea8f3a50528ff1ab5020f96e265a5e815
/usr/lib64/libGLESv1_CM.so.1
/usr/lib64/libGLESv1_CM.so.1.2.0
/usr/lib64/libGLESv2.so.2
/usr/lib64/libGLESv2.so.2.1.0

References

Summary

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


title: “How To Install libglvnd-gles on Fedora 36” linkTitle: “libglvnd-gles” type: “docs” description: “In this tutorial we learn how to install libglvnd-gles in Fedora 36. libglvnd-gles is GLES support for libglvnd” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libglvnd-gles-featured.png

Introduction

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

What is libglvnd-gles

libGLESv[12] are the common dispatch interface for the GLES API.

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

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

sudo dnf -y install libglvnd-gles

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

sudo yum -y install libglvnd-gles

How To Uninstall libglvnd-gles on Fedora 36

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

sudo dnf remove libglvnd-gles

libglvnd-gles Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/5863a658499ef52ffc1cd36f42fb11cf81cd21
/usr/lib/.build-id/73
/usr/lib/.build-id/73/9a1ff9b1c43ccb42316289dff1eca3a5d12a45
/usr/lib/libGLESv1_CM.so.1
/usr/lib/libGLESv1_CM.so.1.2.0
/usr/lib/libGLESv2.so.2
/usr/lib/libGLESv2.so.2.1.0

References

Summary

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