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

Last updated: July 03,2024

1. Install "ghc-GLURaw.x86_64" package

This guide let you learn how to install ghc-GLURaw.x86_64 on Fedora 36

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

2. Uninstall "ghc-GLURaw.x86_64" package

Please follow the steps below to uninstall ghc-GLURaw.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 2:31:55 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-GLURaw
Version : 2.0.0.4
Release : 4.fc36
Architecture : x86_64
Size : 26 k
Source : ghc-GLURaw-2.0.0.4-4.fc36.src.rpm
Repository : fedora
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 .