How to Install and Uninstall ghc-GLURaw.x86_64 Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "ghc-GLURaw.x86_64" package

Please follow the guidance below to install ghc-GLURaw.x86_64 on CentOS Stream 9

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

2. Uninstall "ghc-GLURaw.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-GLURaw.x86_64 on CentOS Stream 9:

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

3. Information about the ghc-GLURaw.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:15:30 ago on Sat Mar 16 16:03:45 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 .