How To Install flyingsaucersattack on Fedora 34

flyingsaucersattack is Shoot down the attacking UFOs and to save the city

Introduction

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

What is flyingsaucersattack

F.S.A. (Flying Saucers Attack) aka F.U.G.A. (Fliegende Untertassen greifen an) is a kind of mixture between two old Atari2600 games. It comes in German and English language. You’ll see a screen with your city that you have to save against 30 Alien attack waves in three different difficulty levels. You shoot attacking UFOs with two cannons positioned at the left and right borders of the screen. The UFOs will first bomb away all your buildings then send in little green men to dig tunnels to blow your cannons which results in a game over.

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

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

sudo dnf -y install flyingsaucersattack

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

sudo yum -y install flyingsaucersattack

How To Uninstall flyingsaucersattack on Fedora 34

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

sudo dnf remove flyingsaucersattack

flyingsaucersattack Package Contents on Fedora 34

/usr/bin/flyingsaucersattack
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/54be1b44d2fc63a383182a297d76886863fbce
/usr/share/appdata/flyingsaucersattack.appdata.xml
/usr/share/applications/flyingsaucersattack.desktop
/usr/share/doc/flyingsaucersattack
/usr/share/doc/flyingsaucersattack/ENGLISH.TXT
/usr/share/doc/flyingsaucersattack/historyENG.txt
/usr/share/doc/flyingsaucersattack/readme.txt
/usr/share/flyingsaucersattack
/usr/share/flyingsaucersattack/FUGADAT2.DAT
/usr/share/icons/hicolor/64x64/apps/flyingsaucersattack.png
/usr/share/licenses/flyingsaucersattack
/usr/share/licenses/flyingsaucersattack/LICENSE.txt

References

Summary

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