How to Install and Uninstall ghc-GLURaw.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "ghc-GLURaw.x86_64" package

Please follow the instructions below to install ghc-GLURaw.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-GLURaw.x86_64" package

Here is a brief guide to show you how to uninstall ghc-GLURaw.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-GLURaw.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:41:06 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-GLURaw
Version : 2.0.0.5
Release : 1.el9
Architecture : x86_64
Size : 47 k
Source : ghc-GLURaw-2.0.0.5-1.el9.src.rpm
Repository : epel
Summary : A raw binding for the OpenGL graphics system
URL : https://hackage.haskell.org/package/GLURaw
License : BSD
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 .