How to Install and Uninstall freeglut.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "freeglut.x86_64" package

This tutorial shows how to install freeglut.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install freeglut.x86_64

2. Uninstall "freeglut.x86_64" package

Please follow the step by step instructions below to uninstall freeglut.x86_64 on Fedora 36:

$ sudo dnf remove freeglut.x86_64 $ sudo dnf autoremove

3. Information about the freeglut.x86_64 package on Fedora 36

Last metadata expiration check: 1:26:46 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : freeglut
Version : 3.2.2
Release : 1.fc36
Architecture : x86_64
Size : 152 k
Source : freeglut-3.2.2-1.fc36.src.rpm
Repository : fedora
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.