How To Install glui-devel on Fedora 36

In this tutorial we learn how to install glui-devel in Fedora 36. glui-devel is Development files for glui

Introduction

In this tutorial we learn how to install glui-devel on Fedora 36.

What is glui-devel

GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management. These are the development files.

We can use yum or dnf to install glui-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glui-devel.

Install glui-devel 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 glui-devel using dnf by running the following command:

sudo dnf -y install glui-devel

Install glui-devel 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 glui-devel using yum by running the following command:

sudo yum -y install glui-devel

How To Uninstall glui-devel on Fedora 36

To uninstall only the glui-devel package we can use the following command:

sudo dnf remove glui-devel

glui-devel Package Contents on Fedora 36

---
title: "How To Install glui-devel on Fedora 36"
linkTitle: "glui-devel"
type: "docs"
description: "In this tutorial we learn how to install glui-devel in Fedora 36. glui-devel is Development files for glui"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/glui-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `glui-devel` on Fedora 36.

### What is `glui-devel`

> GLUI is a GLUT-based C++ user interface library which provides controls such as buttons, checkboxes, radio buttons, and spinners to OpenGL applications. It is window-system independent, relying on GLUT to handle all system-dependent issues, such as window and mouse management.  These are the development files.  

We can use `yum` or `dnf` to install `glui-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install glui-devel.

## Install glui-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install glui-devel using dnf by running the following command:

sudo dnf -y install glui-devel

Install glui-devel 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 glui-devel using yum by running the following command:

sudo yum -y install glui-devel

How To Uninstall glui-devel on Fedora 36

To uninstall only the glui-devel package we can use the following command:

sudo dnf remove glui-devel

glui-devel Package Contents on Fedora 36

/usr/include/GL
/usr/include/GL/glui.h
/usr/lib/libglui.so
/usr/share/doc/glui-devel
/usr/share/doc/glui-devel/doc
/usr/share/doc/glui-devel/doc/doxygen.cfg
/usr/share/doc/glui-devel/doc/glui_manual.doc
/usr/share/doc/glui-devel/doc/glui_manual.pdf
/usr/share/doc/glui-devel/example
/usr/share/doc/glui-devel/example/example1.cpp
/usr/share/doc/glui-devel/example/example2.cpp
/usr/share/doc/glui-devel/example/example3.cpp
/usr/share/doc/glui-devel/example/example4.cpp
/usr/share/doc/glui-devel/example/example5.cpp
/usr/share/doc/glui-devel/example/example6.cpp
/usr/share/doc/glui-devel/www
/usr/share/doc/glui-devel/www/image1.png
/usr/share/doc/glui-devel/www/index.html
/usr/share/doc/glui-devel/www/screen2.png
/usr/share/doc/glui-devel/www/screen3.png
/usr/share/doc/glui-devel/www/screen4.png
/usr/share/doc/glui-devel/www/title.jpg
/usr/share/doc/glui-devel/www/valid-html401.png
/usr/include/GL
/usr/include/GL/glui.h
/usr/lib64/libglui.so
/usr/share/doc/glui-devel
/usr/share/doc/glui-devel/doc
/usr/share/doc/glui-devel/doc/doxygen.cfg
/usr/share/doc/glui-devel/doc/glui_manual.doc
/usr/share/doc/glui-devel/doc/glui_manual.pdf
/usr/share/doc/glui-devel/example
/usr/share/doc/glui-devel/example/example1.cpp
/usr/share/doc/glui-devel/example/example2.cpp
/usr/share/doc/glui-devel/example/example3.cpp
/usr/share/doc/glui-devel/example/example4.cpp
/usr/share/doc/glui-devel/example/example5.cpp
/usr/share/doc/glui-devel/example/example6.cpp
/usr/share/doc/glui-devel/www
/usr/share/doc/glui-devel/www/image1.png
/usr/share/doc/glui-devel/www/index.html
/usr/share/doc/glui-devel/www/screen2.png
/usr/share/doc/glui-devel/www/screen3.png
/usr/share/doc/glui-devel/www/screen4.png
/usr/share/doc/glui-devel/www/title.jpg
/usr/share/doc/glui-devel/www/valid-html401.png

References

Summary

In this tutorial we learn how to install glui-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [glui-devel website](http://glui.sourceforge.net/)

## Summary

In this tutorial we learn how to install `glui-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).