How To Install clanbomber on Fedora 34

clanbomber is Lay bombs and Blast the other players of the field game using ClanLib

Introduction

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

What is clanbomber

ClanBomber is a free multiplayer game, using ClanLib, where the “purpose” is to Blast the other players of the gamefield by laying bombs close to them. While at the same time you must avoid being blown up yourself. It is fully playable and features Computer controlled bombers, however, it is recommended to play ClanBomber with friends (3-8 players are really fun).

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

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

sudo dnf -y install clanbomber

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

sudo yum -y install clanbomber

How To Uninstall clanbomber on Fedora 34

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

sudo dnf remove clanbomber

clanbomber Package Contents on Fedora 34

/usr/bin/clanbomber
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/980fb6f5149cd0a2176d8c298d8026ec6c5ed7
/usr/share/appdata/clanbomber.appdata.xml
/usr/share/applications/clanbomber.desktop
/usr/share/clanbomber
/usr/share/clanbomber/bud.mod
/usr/share/clanbomber/clanbomber.dat
/usr/share/clanbomber/clanbomber.scr
/usr/share/clanbomber/maps
/usr/share/clanbomber/maps/Arena.map
/usr/share/clanbomber/maps/Big_Block.map
/usr/share/clanbomber/maps/Big_Standard.map
/usr/share/clanbomber/maps/Blast_Matrix.map
/usr/share/clanbomber/maps/Bloody_Ring.map
/usr/share/clanbomber/maps/Boiling_Egg.map
/usr/share/clanbomber/maps/Bomb_Attack.map
/usr/share/clanbomber/maps/Broken_Heart.map
/usr/share/clanbomber/maps/Crammed.map
/usr/share/clanbomber/maps/Death_Corridor.map
/usr/share/clanbomber/maps/Dilemma.map
/usr/share/clanbomber/maps/FearCircle.map
/usr/share/clanbomber/maps/FearCircle_Remix.map
/usr/share/clanbomber/maps/FireWheels.map
/usr/share/clanbomber/maps/Football.map
/usr/share/clanbomber/maps/Four_Instance.map
/usr/share/clanbomber/maps/Ghostbear.map
/usr/share/clanbomber/maps/Hard_Work.map
/usr/share/clanbomber/maps/Hole_Run.map
/usr/share/clanbomber/maps/Huge_Standard.map
/usr/share/clanbomber/maps/Juicy_Lucy.map
/usr/share/clanbomber/maps/Kitchen.map
/usr/share/clanbomber/maps/Meeting.map
/usr/share/clanbomber/maps/MungoBane.map
/usr/share/clanbomber/maps/Obstacle_Race.map
/usr/share/clanbomber/maps/Overkill.map
/usr/share/clanbomber/maps/Prison_Cells.map
/usr/share/clanbomber/maps/Redirection.map
/usr/share/clanbomber/maps/Sixty_Nine.map
/usr/share/clanbomber/maps/Small_Standard.map
/usr/share/clanbomber/maps/Snake_Race.map
/usr/share/clanbomber/maps/Tiny_Standard.map
/usr/share/clanbomber/maps/Whole_Mess.map
/usr/share/doc/clanbomber
/usr/share/doc/clanbomber/AUTHORS
/usr/share/doc/clanbomber/ChangeLog
/usr/share/doc/clanbomber/IDEAS
/usr/share/doc/clanbomber/QUOTES
/usr/share/doc/clanbomber/README
/usr/share/icons/hicolor/48x48/apps/clanbomber.png
/usr/share/licenses/clanbomber
/usr/share/licenses/clanbomber/COPYING

References

Summary

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