How To Install ghc-GLURaw on Fedora 36

In this tutorial we learn how to install ghc-GLURaw in Fedora 36. ghc-GLURaw is A raw binding for the OpenGL graphics system

Introduction

In this tutorial we learn how to install ghc-GLURaw on Fedora 36.

What is ghc-GLURaw

GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is basically a 1 interface. OpenGL is the industry’s most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. For more information about OpenGL and its various extensions, please see <http

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

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

sudo dnf -y install ghc-GLURaw

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

sudo yum -y install ghc-GLURaw

How To Uninstall ghc-GLURaw on Fedora 36

To uninstall only the ghc-GLURaw package we can use the following command:

sudo dnf remove ghc-GLURaw

ghc-GLURaw Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/0b278f8a26dfe59ef6cf3ee2dab3a69660111b
/usr/lib64/libHSGLURaw-2.0.0.4-9SqZlfW4mA58vluyKqFclc-ghc8.10.5.so
/usr/share/licenses/ghc-GLURaw
/usr/share/licenses/ghc-GLURaw/LICENSE

References

Summary

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