How To Install icebreaker on Fedora 34

icebreaker is An addictive action-puzzle game involving bouncing penguins

Introduction

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

What is icebreaker

IceBreaker is an action-puzzle game in which you must capture penguins from an Antarctic iceberg so they can be shipped to Finland, where they are essential to a secret plot for world domination. To earn the highest Geek Cred, trap them in the smallest space in the shortest time while losing the fewest lives. IceBreaker was inspired by (but is far from an exact clone of) Jezzball by Dima Pavlovsky.

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

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

sudo dnf -y install icebreaker

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

sudo yum -y install icebreaker

How To Uninstall icebreaker on Fedora 34

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

sudo dnf remove icebreaker

icebreaker Package Contents on Fedora 34

/usr/bin/icebreaker
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/8c3fc8934f88c7fe79e2888e98202a10de7e90
/usr/share/applications/icebreaker.desktop
/usr/share/doc/icebreaker
/usr/share/doc/icebreaker/ChangeLog
/usr/share/doc/icebreaker/README
/usr/share/doc/icebreaker/README.themes
/usr/share/doc/icebreaker/TODO
/usr/share/icebreaker
/usr/share/icebreaker/atom.bmp
/usr/share/icebreaker/blocks.ibt
/usr/share/icebreaker/bwop.wav
/usr/share/icebreaker/cheese.ibt
/usr/share/icebreaker/cow.bmp
/usr/share/icebreaker/cows.ibt
/usr/share/icebreaker/crash.wav
/usr/share/icebreaker/drum.wav
/usr/share/icebreaker/ewww.wav
/usr/share/icebreaker/icebreaker_128.png
/usr/share/icebreaker/icebreaker_48.bmp
/usr/share/icebreaker/jz-like.ibt
/usr/share/icebreaker/kitty.bmp
/usr/share/icebreaker/kitty.ibt
/usr/share/icebreaker/linux.ibt
/usr/share/icebreaker/moo.wav
/usr/share/icebreaker/mouse-r.bmp
/usr/share/icebreaker/mouse.bmp
/usr/share/icebreaker/nbwoanp.wav
/usr/share/icebreaker/ouch.wav
/usr/share/icebreaker/penguin.bmp
/usr/share/icebreaker/penguinicon_32.bmp
/usr/share/icebreaker/phase.wav
/usr/share/icebreaker/pop.wav
/usr/share/icebreaker/screenshot-level5-jz-like.png
/usr/share/icebreaker/screenshot-mid-game.png
/usr/share/icebreaker/screenshot-title.png
/usr/share/icebreaker/scrunch.wav
/usr/share/icebreaker/splash.wav
/usr/share/icebreaker/splat.wav
/usr/share/icebreaker/squeak.wav
/usr/share/icebreaker/star.bmp
/usr/share/icebreaker/stars.ibt
/usr/share/icebreaker/tap.wav
/usr/share/icebreaker/turtle.bmp
/usr/share/icebreaker/turtles.ibt
/usr/share/icebreaker/woodblock.bmp
/usr/share/licenses/icebreaker
/usr/share/licenses/icebreaker/LICENSE
/usr/share/man/man6/icebreaker.6.gz
/usr/share/metainfo/org.mattdm.icebreaker.metainfo.xml

References

Summary

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