How To Install barrage on Fedora 36

In this tutorial we learn how to install barrage in Fedora 36. 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 36.

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 36. In this tutorial we discuss both methods but you only need to choose one of method to install barrage.

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

sudo dnf -y install barrage

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

sudo yum -y install barrage

How To Uninstall barrage on Fedora 36

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

sudo dnf remove barrage

barrage Package Contents on Fedora 36

/usr/bin/barrage
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/3675c18d90138d70cd3e2ed018040fea9973f5
/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 36 using yum and [dnf]((/fedora/36/dnf/).