How To Install iapetal on Fedora 34

iapetal is A 2D space rescue game

Introduction

In this tutorial we learn how to install iapetal on Fedora 34.

What is iapetal

Fly your lander carefully to rescue the scientists in the habitat module from the falling asteroids.

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

Install iapetal on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install iapetal using dnf by running the following command:

sudo dnf -y install iapetal

Install iapetal on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install iapetal using yum by running the following command:

sudo yum -y install iapetal

How To Uninstall iapetal on Fedora 34

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

sudo dnf remove iapetal

iapetal Package Contents on Fedora 34

/usr/bin/iapetal
/usr/bin/iapetal-launcher
/usr/share/appdata/iapetal.appdata.xml
/usr/share/applications/iapetal.desktop
/usr/share/doc/iapetal
/usr/share/doc/iapetal/COPYING
/usr/share/doc/iapetal/TODO
/usr/share/iapetal
/usr/share/iapetal/base.png
/usr/share/iapetal/base_boom.png
/usr/share/iapetal/boom.png
/usr/share/iapetal/burn.ogg
/usr/share/iapetal/burn.png
/usr/share/iapetal/burn_medium.png
/usr/share/iapetal/burn_small.png
/usr/share/iapetal/burn_tiny.png
/usr/share/iapetal/crash.ogg
/usr/share/iapetal/dropoff.ogg
/usr/share/iapetal/habitat.png
/usr/share/iapetal/habitat_boom.png
/usr/share/iapetal/lander.png
/usr/share/iapetal/lander_thrust.png
/usr/share/iapetal/pickup.ogg
/usr/share/iapetal/rescue_boom_left.png
/usr/share/iapetal/rescue_boom_right.png
/usr/share/iapetal/rescue_left.png
/usr/share/iapetal/rescue_right.png
/usr/share/iapetal/rock.png
/usr/share/iapetal/rock_boom.png
/usr/share/iapetal/rock_medium.png
/usr/share/iapetal/rock_medium_boom.png
/usr/share/iapetal/rock_small.png
/usr/share/iapetal/rock_small_boom.png
/usr/share/iapetal/rock_tiny.png
/usr/share/iapetal/rock_tiny_boom.png
/usr/share/iapetal/shield.ogg
/usr/share/iapetal/thrust.ogg
/usr/share/iapetal/title.png
/usr/share/icons/hicolor/32x32/apps/habitat.png

References

Summary

In this tutorial we learn how to install iapetal on Fedora 34 using yum and dnf.