How To Install libglvnd-glx on Fedora 36

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

Introduction

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

What is libglvnd-glx

libGL and libGLX are the common dispatch interface for the GLX API.

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

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

sudo dnf -y install libglvnd-glx

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

sudo yum -y install libglvnd-glx

How To Uninstall libglvnd-glx on Fedora 36

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

sudo dnf remove libglvnd-glx

libglvnd-glx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/7a13477114d2ecf836168300df5c9685cd2b88
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/369984ad60e0d4337939a18100f51ba0eff85c
/usr/lib/libGL.so.1
/usr/lib/libGL.so.1.7.0
/usr/lib/libGLX.so.0
/usr/lib/libGLX.so.0.0.0

References

Summary

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


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

Introduction

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

What is libglvnd-glx

libGL and libGLX are the common dispatch interface for the GLX API.

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

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

sudo dnf -y install libglvnd-glx

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

sudo yum -y install libglvnd-glx

How To Uninstall libglvnd-glx on Fedora 36

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

sudo dnf remove libglvnd-glx

libglvnd-glx Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/f69b4fed574329d2bd829f5f55dfdf020980e9
/usr/lib/.build-id/84
/usr/lib/.build-id/84/8b2a8693fcd30c6eaaa57d1605cc9ddab80f80
/usr/lib64/libGL.so.1
/usr/lib64/libGL.so.1.7.0
/usr/lib64/libGLX.so.0
/usr/lib64/libGLX.so.0.0.0

References

Summary

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