How To Install libglvnd-opengl on Fedora 36

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

Introduction

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

What is libglvnd-opengl

libOpenGL is the common dispatch interface for the workstation OpenGL API.

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

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

sudo dnf -y install libglvnd-opengl

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

sudo yum -y install libglvnd-opengl

How To Uninstall libglvnd-opengl on Fedora 36

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

sudo dnf remove libglvnd-opengl

libglvnd-opengl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/cf80051b15e0b9c44cbdaed441a57a10842f52
/usr/lib/libOpenGL.so.0
/usr/lib/libOpenGL.so.0.0.0

References

Summary

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


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

Introduction

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

What is libglvnd-opengl

libOpenGL is the common dispatch interface for the workstation OpenGL API.

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

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

sudo dnf -y install libglvnd-opengl

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

sudo yum -y install libglvnd-opengl

How To Uninstall libglvnd-opengl on Fedora 36

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

sudo dnf remove libglvnd-opengl

libglvnd-opengl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/7c4d24b01455d81ff85ed70b62f834be196ff2
/usr/lib64/libOpenGL.so.0
/usr/lib64/libOpenGL.so.0.0.0

References

Summary

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