How To Install allegro-loadpng on Fedora 36

In this tutorial we learn how to install allegro-loadpng in Fedora 36. allegro-loadpng is OGG/Vorbis library for the Allegro game library

Introduction

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

What is allegro-loadpng

loadpng is some glue that makes it easy to use libpng to load and save bitmaps from Allegro programs.

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

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

sudo dnf -y install allegro-loadpng

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

sudo yum -y install allegro-loadpng

How To Uninstall allegro-loadpng on Fedora 36

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

sudo dnf remove allegro-loadpng

allegro-loadpng Package Contents on Fedora 36

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

## Introduction

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

### What is `allegro-loadpng`

> loadpng is some glue that makes it easy to use libpng to load and save bitmaps from Allegro programs.  

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

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

sudo dnf -y install allegro-loadpng

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

sudo yum -y install allegro-loadpng

How To Uninstall allegro-loadpng on Fedora 36

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

sudo dnf remove allegro-loadpng

allegro-loadpng Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/34ccd2e26b1a583a7536f4e8734ab9994dd997
/usr/lib64/libloadpng.so.4.4
/usr/lib64/libloadpng.so.4.4.3
/usr/share/doc/allegro/loadpng
/usr/share/doc/allegro/loadpng/CHANGES.txt
/usr/share/doc/allegro/loadpng/README.txt
/usr/share/doc/allegro/loadpng/THANKS.txt
/usr/share/licenses/allegro-loadpng
/usr/share/licenses/allegro-loadpng/LICENSE.txt

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/20 /usr/lib/.build-id/20/6c177da09a4425418371e7b1ea44ea3a79830b /usr/lib/libloadpng.so.4.4 /usr/lib/libloadpng.so.4.4.3 /usr/share/doc/allegro/loadpng /usr/share/doc/allegro/loadpng/CHANGES.txt /usr/share/doc/allegro/loadpng/README.txt /usr/share/doc/allegro/loadpng/THANKS.txt /usr/share/licenses/allegro-loadpng /usr/share/licenses/allegro-loadpng/LICENSE.txt


## References

* [allegro-loadpng website](http://wiki.allegro.cc/index.php?title=LoadPNG)

## Summary

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