How To Install freeglut on Fedora 36
Introduction
In this tutorial we learn how to install freeglut
on Fedora 36.
What is freeglut
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.
We can use yum
or dnf
to install freeglut
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freeglut.
Install freeglut on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install freeglut
using dnf
by running the following command:
sudo dnf -y install freeglut
Install freeglut on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install freeglut
using yum
by running the following command:
sudo yum -y install freeglut
How To Uninstall freeglut on Fedora 36
To uninstall only the freeglut
package we can use the following command:
sudo dnf remove freeglut
freeglut Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/af
/usr/lib/.build-id/af/5ce66ccbbc25fc69e73e08db975127fee7b8e7
/usr/lib/libglut.so.3
/usr/lib/libglut.so.3.11.1
/usr/share/doc/freeglut
/usr/share/doc/freeglut/AUTHORS
/usr/share/doc/freeglut/ChangeLog
/usr/share/doc/freeglut/README
/usr/share/licenses/freeglut
/usr/share/licenses/freeglut/COPYING
References
Summary
In this tutorial we learn how to install freeglut
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install freeglut on Fedora 36” linkTitle: “freeglut” type: “docs” description: “In this tutorial we learn how to install freeglut in Fedora 36. freeglut is A freely licensed alternative to the GLUT library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/freeglut-featured.png
Introduction
In this tutorial we learn how to install freeglut
on Fedora 36.
What is freeglut
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.
We can use yum
or dnf
to install freeglut
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install freeglut.
Install freeglut on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install freeglut
using dnf
by running the following command:
sudo dnf -y install freeglut
Install freeglut on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install freeglut
using yum
by running the following command:
sudo yum -y install freeglut
How To Uninstall freeglut on Fedora 36
To uninstall only the freeglut
package we can use the following command:
sudo dnf remove freeglut
freeglut Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/5649fcf359177c00c9bb461a94826f55f9fa2c
/usr/lib64/libglut.so.3
/usr/lib64/libglut.so.3.11.1
/usr/share/doc/freeglut
/usr/share/doc/freeglut/AUTHORS
/usr/share/doc/freeglut/ChangeLog
/usr/share/doc/freeglut/README
/usr/share/licenses/freeglut
/usr/share/licenses/freeglut/COPYING
References
Summary
In this tutorial we learn how to install freeglut
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).