How To Install astromenace on Fedora 34

astromenace is Hardcore 3D space shooter with spaceship upgrade possibilities

Introduction

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

What is astromenace

Space is a vast area, an unbounded territory where it seems there is a room for everybody, but reversal of fortune put things differently. The hordes of hostile creatures crawled out from the dark corners of the universe, craving to conquer your homeland. Their force is compelling, their legions are interminable. However, humans didn’t give up without a final showdown and put their best pilot to fight back. These malicious invaders chose the wrong galaxy to conquer and you are to prove it! Go ahead and make alien aggressors regret their insolence.

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

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

sudo dnf -y install astromenace

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

sudo yum -y install astromenace

How To Uninstall astromenace on Fedora 34

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

sudo dnf remove astromenace

astromenace Package Contents on Fedora 34

/usr/bin/astromenace
/usr/bin/astromenace-wrapper
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/0a284e2e8453a539f88baf592c9fc0c3aa0e17
/usr/share/appdata/astromenace.appdata.xml
/usr/share/applications/astromenace.desktop
/usr/share/astromenace
/usr/share/astromenace/gamedata.vfs
/usr/share/doc/astromenace
/usr/share/doc/astromenace/CHANGELOG.md
/usr/share/doc/astromenace/LICENSE.md
/usr/share/doc/astromenace/README.md
/usr/share/doc/astromenace/docs
/usr/share/doc/astromenace/docs/CODE_OF_CONDUCT.md
/usr/share/doc/astromenace/docs/CONTRIBUTING.md
/usr/share/doc/astromenace/docs/ISSUE_TEMPLATE.md
/usr/share/icons/hicolor/64x64/apps/astromenace.png

References

Summary

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