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

Last updated: October 06,2024

1. Install "ghc-OpenGL.x86_64" package

This tutorial shows how to install ghc-OpenGL.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-OpenGL.x86_64" package

This tutorial shows how to uninstall ghc-OpenGL.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:48:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-OpenGL
Version : 3.0.3.0
Release : 2.el9
Architecture : x86_64
Size : 997 k
Source : ghc-OpenGL-3.0.3.0-2.el9.src.rpm
Repository : epel
Summary : A binding for the OpenGL graphics system
URL : https://hackage.haskell.org/package/OpenGL
License : BSD
Description : A Haskell binding for the OpenGL graphics system (GL, version 4.6) and its
: accompanying utility library (GLU, version 1.3).
:
: 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 .