How to Install and Uninstall ghc-GLURaw.x86_64 Package on Oracle Linux 9

Last updated: July 06,2024

1. Install "ghc-GLURaw.x86_64" package

Please follow the steps below to install ghc-GLURaw.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-GLURaw.x86_64" package

Please follow the guidelines below to uninstall ghc-GLURaw.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-GLURaw.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:21:52 ago on Thu Feb 15 07:50:05 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 .