How to Install and Uninstall mingw32-freeglut.noarch Package on Fedora 34

Last updated: May 02,2024

1. Install "mingw32-freeglut.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-freeglut.noarch on Fedora 34

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

2. Uninstall "mingw32-freeglut.noarch" package

Learn how to uninstall mingw32-freeglut.noarch on Fedora 34:

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

3. Information about the mingw32-freeglut.noarch package on Fedora 34

Last metadata expiration check: 1:47:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw32-freeglut
Version : 2.8.1
Release : 14.fc34
Architecture : noarch
Size : 138 k
Source : mingw-freeglut-2.8.1-14.fc34.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.