How To Install icebreaker on Fedora 36

In this tutorial we learn how to install icebreaker in Fedora 36. icebreaker is An addictive action-puzzle game involving bouncing penguins

Introduction

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

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

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

sudo dnf -y install icebreaker

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

sudo yum -y install icebreaker

How To Uninstall icebreaker on Fedora 36

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

sudo dnf remove icebreaker

icebreaker Package Contents on Fedora 36

/usr/bin/icebreaker
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/8869a96283d07b2edfd24218bcc12030b3f72e
/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 36 using yum and [dnf]((/fedora/36/dnf/).