How To Install allegro-tools on Fedora 36

In this tutorial we learn how to install allegro-tools in Fedora 36. allegro-tools is Extra tools for the Allegro programming library

Introduction

In this tutorial we learn how to install allegro-tools on Fedora 36.

What is allegro-tools

Allegro is a cross-platform library intended for use in computer games and other types of multimedia programming. This package contains extra tools which are useful for developing Allegro programs.

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

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

sudo dnf -y install allegro-tools

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

sudo yum -y install allegro-tools

How To Uninstall allegro-tools on Fedora 36

To uninstall only the allegro-tools package we can use the following command:

sudo dnf remove allegro-tools

allegro-tools Package Contents on Fedora 36

/usr/bin/colormap
/usr/bin/dat
/usr/bin/dat2c
/usr/bin/dat2s
/usr/bin/exedat
/usr/bin/grabber
/usr/bin/pack
/usr/bin/pat2dat
/usr/bin/rgbmap
/usr/bin/textconv
/usr/bin/xfixicon.sh
/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/d0ed9decb734c9575bbb4fe76c5e379212efdd
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/ead6e220d97209edbad02739f2139d9ad9ecbd
/usr/lib/.build-id/42
/usr/lib/.build-id/42/80d207b4ec1b0ff3a352ac0ab8c2f375d4b735
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/198101518a07794798e6c177e09660bf7dcba3
/usr/lib/.build-id/73
/usr/lib/.build-id/73/ef015817f317612ef1c3f0c316bab3e1baf281
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/52e367e62f6660d6e8be6012161234fd5589d6
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/12b40e73c0d1ddcb6e07446436e0b9680c48e2
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/984a195b476a5b9b0a0137f33d54cf6e89e169
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/ce0bb256e712b6c52e97b619ca66d9f69119ae
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/b32589fd442448ac9a1efea33844d29e0a9641
/usr/share/doc/allegro/dat.txt
/usr/share/doc/allegro/dat2c.txt
/usr/share/doc/allegro/dat2s.txt
/usr/share/doc/allegro/datafile.txt
/usr/share/doc/allegro/grabber.txt

References

Summary

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