How to Install and Uninstall ghc-GLURaw.x86_64 Package on Fedora 39

Last updated: October 09,2024

1. Install "ghc-GLURaw.x86_64" package

This guide covers the steps necessary to install ghc-GLURaw.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-GLURaw.x86_64

2. Uninstall "ghc-GLURaw.x86_64" package

This tutorial shows how to uninstall ghc-GLURaw.x86_64 on Fedora 39:

$ sudo dnf remove ghc-GLURaw.x86_64 $ sudo dnf autoremove

3. Information about the ghc-GLURaw.x86_64 package on Fedora 39

Last metadata expiration check: 1:46:00 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-GLURaw
Version : 2.0.0.5
Release : 6.fc39
Architecture : x86_64
Size : 46 k
Source : ghc-GLURaw-2.0.0.5-6.fc39.src.rpm
Repository : fedora
Summary : A raw binding for the OpenGL graphics system
URL : https://hackage.haskell.org/package/GLURaw
License : BSD-3-Clause
Description : GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library.
: It is basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
: 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 and .