How To Install glad on Fedora 36
Introduction
In this tutorial we learn how to install glad on Fedora 36.
What is glad
Glad uses the official Khronos-XML specs to generate a GL/GLES/EGL/GLX/WGL Loader made for your needs.
We can use yum or dnf to install glad on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glad.
Install glad 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 glad using dnf by running the following command:
sudo dnf -y install glad
Install glad 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 glad using yum by running the following command:
sudo yum -y install glad
How To Uninstall glad on Fedora 36
To uninstall only the glad package we can use the following command:
sudo dnf remove glad
glad Package Contents on Fedora 36
/usr/bin/glad
References
Summary
In this tutorial we learn how to install glad on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).