How to Install and Uninstall ghc-GLUT.x86_64 Package on AlmaLinux 9

Last updated: October 07,2024

1. Install "ghc-GLUT.x86_64" package

Please follow the guidance below to install ghc-GLUT.x86_64 on AlmaLinux 9

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

2. Uninstall "ghc-GLUT.x86_64" package

This tutorial shows how to uninstall ghc-GLUT.x86_64 on AlmaLinux 9:

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

3. Information about the ghc-GLUT.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:46:38 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ghc-GLUT
Version : 2.7.0.16
Release : 2.el9
Architecture : x86_64
Size : 222 k
Source : ghc-GLUT-2.7.0.16-2.el9.src.rpm
Repository : epel
Summary : A binding for the OpenGL Utility Toolkit
URL : https://hackage.haskell.org/package/GLUT
License : BSD-3-Clause
Description : A Haskell binding for the OpenGL Utility Toolkit, a window system independent
: toolkit for writing OpenGL programs. For more information about the C library
: on which this binding is based, please see:
: .