How to Install and Uninstall mingw64-freeglut.noarch Package on Fedora 39

Last updated: October 13,2024

1. Install "mingw64-freeglut.noarch" package

This is a short guide on how to install mingw64-freeglut.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install mingw64-freeglut.noarch

2. Uninstall "mingw64-freeglut.noarch" package

This tutorial shows how to uninstall mingw64-freeglut.noarch on Fedora 39:

$ sudo dnf remove mingw64-freeglut.noarch $ sudo dnf autoremove

3. Information about the mingw64-freeglut.noarch package on Fedora 39

Last metadata expiration check: 2:35:48 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mingw64-freeglut
Version : 2.8.1
Release : 20.fc39
Architecture : noarch
Size : 132 k
Source : mingw-freeglut-2.8.1-20.fc39.src.rpm
Repository : fedora
Summary : Fedora MinGW alternative to the OpenGL Utility Toolkit (GLUT)
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.