How To Install jpgalleg on Fedora 36
Introduction
In this tutorial we learn how to install jpgalleg
on Fedora 36.
What is jpgalleg
jpgalleg is a JPEG library for use with the Allegro game library. It allows using JPEG’s as Allegro bitmaps.
We can use yum
or dnf
to install jpgalleg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jpgalleg.
Install jpgalleg 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 jpgalleg
using dnf
by running the following command:
sudo dnf -y install jpgalleg
Install jpgalleg 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 jpgalleg
using yum
by running the following command:
sudo yum -y install jpgalleg
How To Uninstall jpgalleg on Fedora 36
To uninstall only the jpgalleg
package we can use the following command:
sudo dnf remove jpgalleg
jpgalleg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/ebe7f4fd14f6068d01077effa124d907062e42
/usr/lib/libjpgalleg.so.4.4
/usr/lib/libjpgalleg.so.4.4.3
/usr/share/licenses/jpgalleg
/usr/share/licenses/jpgalleg/license.txt
References
Summary
In this tutorial we learn how to install jpgalleg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install jpgalleg on Fedora 36” linkTitle: “jpgalleg” type: “docs” description: “In this tutorial we learn how to install jpgalleg in Fedora 36. jpgalleg is JPEG library for the Allegro game library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/jpgalleg-featured.png
Introduction
In this tutorial we learn how to install jpgalleg
on Fedora 36.
What is jpgalleg
jpgalleg is a JPEG library for use with the Allegro game library. It allows using JPEG’s as Allegro bitmaps.
We can use yum
or dnf
to install jpgalleg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install jpgalleg.
Install jpgalleg 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 jpgalleg
using dnf
by running the following command:
sudo dnf -y install jpgalleg
Install jpgalleg 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 jpgalleg
using yum
by running the following command:
sudo yum -y install jpgalleg
How To Uninstall jpgalleg on Fedora 36
To uninstall only the jpgalleg
package we can use the following command:
sudo dnf remove jpgalleg
jpgalleg Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/9e3297abd832a5429e575aba7bb90f9197e50d
/usr/lib64/libjpgalleg.so.4.4
/usr/lib64/libjpgalleg.so.4.4.3
/usr/share/licenses/jpgalleg
/usr/share/licenses/jpgalleg/license.txt
References
Summary
In this tutorial we learn how to install jpgalleg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).