How To Install alleggl on Fedora 36

In this tutorial we learn how to install alleggl in Fedora 36. alleggl is OpenGL support library for Allegro

Introduction

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

What is alleggl

AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro. You use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, and drawing your textures. So this library fills the same hole that things like glut do.

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

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

sudo dnf -y install alleggl

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

sudo yum -y install alleggl

How To Uninstall alleggl on Fedora 36

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

sudo dnf remove alleggl

alleggl Package Contents on Fedora 36

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

## Introduction

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

### What is `alleggl`

> AllegroGL is an Allegro add-on that allows you to use OpenGL alongside Allegro. You use OpenGL for your rendering to the screen, and Allegro for miscellaneous tasks like gathering input, doing timers, getting cross-platform portability, loading data, and drawing your textures. So this library fills the same hole that things like glut do.  

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

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

sudo dnf -y install alleggl

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

sudo yum -y install alleggl

How To Uninstall alleggl on Fedora 36

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

sudo dnf remove alleggl

alleggl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/fc43513e860082e8a8549eea8d6f5d1272807d
/usr/lib/liballeggl.so.4.4
/usr/lib/liballeggl.so.4.4.3
/usr/share/licenses/alleggl
/usr/share/licenses/alleggl/gpl.txt
/usr/share/licenses/alleggl/zlib.txt

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/3d/e24282640291bed72a3327165c3f819526ac05 /usr/lib64/liballeggl.so.4.4 /usr/lib64/liballeggl.so.4.4.3 /usr/share/licenses/alleggl /usr/share/licenses/alleggl/gpl.txt /usr/share/licenses/alleggl/zlib.txt


## References

* [alleggl website](http://allegrogl.sourceforge.net/)

## Summary

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