How To Install iapetal on Fedora 36
Introduction
In this tutorial we learn how to install iapetal
on Fedora 36.
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install iapetal.
Install iapetal 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 iapetal
using dnf
by running the following command:
sudo dnf -y install iapetal
Install iapetal 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 iapetal
using yum
by running the following command:
sudo yum -y install iapetal
How To Uninstall iapetal on Fedora 36
To uninstall only the iapetal
package we can use the following command:
sudo dnf remove iapetal
iapetal Package Contents on Fedora 36
/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 36 using yum and [dnf]((/fedora/36/dnf/).