How To Install blobwars on Fedora 36

In this tutorial we learn how to install blobwars in Fedora 36. blobwars is Mission and Objective based 2D Platform Game

Introduction

In this tutorial we learn how to install blobwars on Fedora 36.

What is blobwars

Blob Wars You must undertake the role of fearless Blob solider, Bob, as he infiltrates various enemy installations and hideouts in an attempt to rescue as many MIAs as possible.

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

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

sudo dnf -y install blobwars

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

sudo yum -y install blobwars

How To Uninstall blobwars on Fedora 36

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

sudo dnf remove blobwars

blobwars Package Contents on Fedora 36

/usr/bin/blobwars
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/346b954924b4d1e7277c982b104dd5fb74895a
/usr/share/appdata/blobwars.appdata.xml
/usr/share/applications/blobwars.desktop
/usr/share/blobwars
/usr/share/blobwars/blobwars.pak
/usr/share/doc/blobwars
/usr/share/doc/blobwars/alienDevice.gif
/usr/share/doc/blobwars/aquaLung.png
/usr/share/doc/blobwars/bob.gif
/usr/share/doc/blobwars/changes
/usr/share/doc/blobwars/cherry.png
/usr/share/doc/blobwars/contents.html
/usr/share/doc/blobwars/eyeDroid.gif
/usr/share/doc/blobwars/galdov.png
/usr/share/doc/blobwars/grenadeIcon.png
/usr/share/doc/blobwars/hacking
/usr/share/doc/blobwars/index.html
/usr/share/doc/blobwars/jetpack.gif
/usr/share/doc/blobwars/keyCard.gif
/usr/share/doc/blobwars/laserIcon.png
/usr/share/doc/blobwars/license
/usr/share/doc/blobwars/machineGunIcon.png
/usr/share/doc/blobwars/manual.html
/usr/share/doc/blobwars/pistolBlob.gif
/usr/share/doc/blobwars/pistolIcon.png
/usr/share/doc/blobwars/points.gif
/usr/share/doc/blobwars/porting
/usr/share/doc/blobwars/readme
/usr/share/doc/blobwars/samples
/usr/share/doc/blobwars/scaredMIA.gif
/usr/share/doc/blobwars/spreadIcon.png
/usr/share/doc/blobwars/title.png
/usr/share/icons/hicolor/16x16/apps/blobwars.png
/usr/share/icons/hicolor/32x32/apps/blobwars.png
/usr/share/icons/hicolor/48x48/apps/blobwars.png
/usr/share/icons/hicolor/64x64/apps/blobwars.png
/usr/share/locale/ca/LC_MESSAGES/blobwars.mo
/usr/share/locale/da/LC_MESSAGES/blobwars.mo
/usr/share/locale/de/LC_MESSAGES/blobwars.mo
/usr/share/locale/es/LC_MESSAGES/blobwars.mo
/usr/share/locale/fr/LC_MESSAGES/blobwars.mo
/usr/share/locale/nl/LC_MESSAGES/blobwars.mo
/usr/share/locale/pl/LC_MESSAGES/blobwars.mo
/usr/share/locale/sv/LC_MESSAGES/blobwars.mo

References

Summary

In this tutorial we learn how to install blobwars on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).