How To Install barrage on Fedora 34

barrage is Kill and destroy as many targets as possible within 3 minutes

Introduction

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

What is barrage

Barrage is a rather violent action game with the objective to kill and destroy as many targets as possible within 3 minutes. The player controls a gun that may either fire small or large grenades at soldiers, jeeps and tanks. It is a very simple gameplay though it is not that easy to get high scores.

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

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

sudo dnf -y install barrage

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

sudo yum -y install barrage

How To Uninstall barrage on Fedora 34

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

sudo dnf remove barrage

barrage Package Contents on Fedora 34

/usr/bin/barrage
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/a8ae09ba501281dd6576b081974e00398496cd
/usr/share/appdata/barrage.appdata.xml
/usr/share/applications/barrage.desktop
/usr/share/barrage
/usr/share/barrage/gfx
/usr/share/barrage/gfx/ammo.bmp
/usr/share/barrage/gfx/crater.bmp
/usr/share/barrage/gfx/cursors.bmp
/usr/share/barrage/gfx/ft_neon.bmp
/usr/share/barrage/gfx/ft_red.bmp
/usr/share/barrage/gfx/ft_red14.bmp
/usr/share/barrage/gfx/ft_yellow.bmp
/usr/share/barrage/gfx/ground.bmp
/usr/share/barrage/gfx/gun.bmp
/usr/share/barrage/gfx/icons.bmp
/usr/share/barrage/gfx/logo.bmp
/usr/share/barrage/gfx/particles.bmp
/usr/share/barrage/gfx/shots.bmp
/usr/share/barrage/gfx/small_crater.bmp
/usr/share/barrage/gfx/trees.bmp
/usr/share/barrage/gfx/units.bmp
/usr/share/barrage/sounds
/usr/share/barrage/sounds/autocannon.wav
/usr/share/barrage/sounds/click.wav
/usr/share/barrage/sounds/expl1.wav
/usr/share/barrage/sounds/expl2.wav
/usr/share/barrage/sounds/expl3.wav
/usr/share/barrage/sounds/gunfire.wav
/usr/share/barrage/sounds/highlight.wav
/usr/share/doc/barrage
/usr/share/doc/barrage/AUTHORS
/usr/share/doc/barrage/BUGS
/usr/share/doc/barrage/ChangeLog
/usr/share/doc/barrage/README
/usr/share/icons/hicolor/48x48/apps/barrage.png
/usr/share/licenses/barrage
/usr/share/licenses/barrage/COPYING
/var/games/barrage.hscr

References

Summary

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