How To Install golang-github-gl-devel on Fedora 36

In this tutorial we learn how to install golang-github-gl-devel in Fedora 36. golang-github-gl-devel is Go bindings for OpenGL

Introduction

In this tutorial we learn how to install golang-github-gl-devel on Fedora 36.

What is golang-github-gl-devel

This package holds Go bindings to various OpenGL versions. They are auto-generated using Glow. Features – Go functions that mirror the C specification using Go types. – Support for multiple OpenGL APIs (GL/GLES/EGL/WGL/GLX/EGL), versions, and profiles. – Support for extensions (including debug callbacks). This package contains the source code needed for building packages that reference the following Go import paths – github.com/go-gl/gl

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

Install golang-github-gl-devel 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 golang-github-gl-devel using dnf by running the following command:

sudo dnf -y install golang-github-gl-devel

Install golang-github-gl-devel 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 golang-github-gl-devel using yum by running the following command:

sudo yum -y install golang-github-gl-devel

How To Uninstall golang-github-gl-devel on Fedora 36

To uninstall only the golang-github-gl-devel package we can use the following command:

sudo dnf remove golang-github-gl-devel

golang-github-gl-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gl-devel
/usr/share/doc/golang-github-gl-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/go-gl
/usr/share/gocode/src/github.com/go-gl/gl
/usr/share/gocode/src/github.com/go-gl/gl/.goipath
/usr/share/gocode/src/github.com/go-gl/gl/README.md
/usr/share/gocode/src/github.com/go-gl/gl/all-core
/usr/share/gocode/src/github.com/go-gl/gl/all-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/all-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/all-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/all-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/all-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v2.1
/usr/share/gocode/src/github.com/go-gl/gl/v2.1/gl
/usr/share/gocode/src/github.com/go-gl/gl/v2.1/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v2.1/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v2.1/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v2.1/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.1
/usr/share/gocode/src/github.com/go-gl/gl/v3.1/gles2
/usr/share/gocode/src/github.com/go-gl/gl/v3.1/gles2/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.1/gles2/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.1/gles2/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.1/gles2/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.2-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v3.3-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.1-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.2-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.3-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.4-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.5-core/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-compatibility/gl/procaddr.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core/gl
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core/gl/conversions.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core/gl/debug.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core/gl/package.go
/usr/share/gocode/src/github.com/go-gl/gl/v4.6-core/gl/procaddr.go
/usr/share/licenses/golang-github-gl-devel
/usr/share/licenses/golang-github-gl-devel/LICENSE

References

Summary

In this tutorial we learn how to install golang-github-gl-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).