How To Install mesa-libgbm-devel on Rocky Linux 8

In this tutorial we learn how to install mesa-libgbm-devel on Rocky Linux 8. mesa-libgbm-devel is Mesa libgbm development package

Introduction

In this tutorial we learn how to install mesa-libgbm-devel on Rocky Linux 8.

What is mesa-libgbm-devel

Mesa libgbm development package.

We can use yum or dnf to install mesa-libgbm-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mesa-libgbm-devel.

Install mesa-libgbm-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install mesa-libgbm-devel using dnf by running the following command:

sudo dnf -y install mesa-libgbm-devel

Install mesa-libgbm-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install mesa-libgbm-devel using yum by running the following command:

sudo yum -y install mesa-libgbm-devel

How To Uninstall mesa-libgbm-devel on Rocky Linux 8

To uninstall only the mesa-libgbm-devel package we can use the following command:

sudo dnf remove mesa-libgbm-devel

mesa-libgbm-devel Package Contents on Rocky Linux 8

/usr/include/gbm.h
/usr/lib/libgbm.so
/usr/lib/pkgconfig/gbm.pc
/usr/include/gbm.h
/usr/lib64/libgbm.so
/usr/lib64/pkgconfig/gbm.pc

References

Summary

In this tutorial we learn how to install mesa-libgbm-devel on Rocky Linux 8 using yum and dnf.