How To Install glui on Fedora 36

In this tutorial we learn how to install glui in Fedora 36. glui is A GLUT-Based User Interface Library

Introduction

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

What is glui

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.

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

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

sudo dnf -y install glui

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

sudo yum -y install glui

How To Uninstall glui on Fedora 36

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

sudo dnf remove glui

glui Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/9d364e9e1efe80e5ed697bfd36581c33eda710
/usr/lib/libglui.so.0
/usr/lib/libglui.so.0.0
/usr/share/doc/glui
/usr/share/doc/glui/LICENSE.txt

References

Summary

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


title: “How To Install glui on Fedora 36” linkTitle: “glui” type: “docs” description: “In this tutorial we learn how to install glui in Fedora 36. glui is A GLUT-Based User Interface Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/glui-featured.png

Introduction

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

What is glui

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.

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

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

sudo dnf -y install glui

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

sudo yum -y install glui

How To Uninstall glui on Fedora 36

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

sudo dnf remove glui

glui Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/b8a907d009a9c6596c2c45ef6f35b6809a705b
/usr/lib64/libglui.so.0
/usr/lib64/libglui.so.0.0
/usr/share/doc/glui
/usr/share/doc/glui/LICENSE.txt

References

Summary

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