How To Install shippy-allegro on Fedora 36
Introduction
In this tutorial we learn how to install shippy-allegro
on Fedora 36.
What is shippy-allegro
Alternative version of Shippy1984 compiled to use the allegro display library.
We can use yum
or dnf
to install shippy-allegro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install shippy-allegro.
Install shippy-allegro 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 shippy-allegro
using dnf
by running the following command:
sudo dnf -y install shippy-allegro
Install shippy-allegro 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 shippy-allegro
using yum
by running the following command:
sudo yum -y install shippy-allegro
How To Uninstall shippy-allegro on Fedora 36
To uninstall only the shippy-allegro
package we can use the following command:
sudo dnf remove shippy-allegro
shippy-allegro Package Contents on Fedora 36
/usr/bin/shippy-allegro
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/b647750839c90c63fa050c9143e47bf72140cc
References
Summary
In this tutorial we learn how to install shippy-allegro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).