How to Install and Uninstall freeglut.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "freeglut.src" package

Please follow the steps below to install freeglut.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install freeglut.src

2. Uninstall "freeglut.src" package

In this section, we are going to explain the necessary steps to uninstall freeglut.src on Oracle Linux 9:

$ sudo dnf remove freeglut.src $ sudo dnf autoremove

3. Information about the freeglut.src package on Oracle Linux 9

Last metadata expiration check: 1:10:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : freeglut
Version : 3.2.1
Release : 9.el9
Architecture : src
Size : 1.4 M
Source : None
Repository : ol9_appstream
Summary : A freely licensed alternative to the GLUT library
URL : http://freeglut.sourceforge.net
License : MIT
Description : freeglut is a completely open source alternative to the OpenGL Utility Toolkit
: (GLUT) library with an OSI approved free software license. GLUT was originally
: written by Mark Kilgard to support the sample programs in the second edition
: OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical
: applications because it is simple, universally available and highly portable.
:
: freeglut allows the user to create and manage windows containing OpenGL
: contexts on a wide range of platforms and also read the mouse, keyboard and
: joystick functions.