How To Install colobot on Fedora 36

In this tutorial we learn how to install colobot in Fedora 36. colobot is A video game that teaches programming in a fun way

Introduction

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

What is colobot

Colobot your units (bots) in a language called CBOT, which is similar to C++ and Java. Your mission is to find a new planet to live and survive. You can save the humanity and get programming skills!

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

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

sudo dnf -y install colobot

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

sudo yum -y install colobot

How To Uninstall colobot on Fedora 36

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

sudo dnf remove colobot

colobot Package Contents on Fedora 36

/usr/bin/colobot
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/970a8ac4efd1bd705b31dbb7950e060443d7e8
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/4881ebeada7ceef971a527b7f4492067909e92
/usr/lib64/colobot
/usr/lib64/colobot/libCBot.so
/usr/share/applications/info.colobot.Colobot.desktop
/usr/share/icons/hicolor/128x128/apps/colobot.png
/usr/share/icons/hicolor/16x16/apps/colobot.png
/usr/share/icons/hicolor/256x256/apps/colobot.png
/usr/share/icons/hicolor/32x32/apps/colobot.png
/usr/share/icons/hicolor/48x48/apps/colobot.png
/usr/share/icons/hicolor/512x512/apps/colobot.png
/usr/share/icons/hicolor/scalable/apps/colobot.svg
/usr/share/licenses/colobot
/usr/share/licenses/colobot/LICENSE.txt
/usr/share/locale/cs/LC_MESSAGES/colobot.mo
/usr/share/locale/de/LC_MESSAGES/colobot.mo
/usr/share/locale/fr/LC_MESSAGES/colobot.mo
/usr/share/locale/pl/LC_MESSAGES/colobot.mo
/usr/share/locale/pt/LC_MESSAGES/colobot.mo
/usr/share/locale/ru/LC_MESSAGES/colobot.mo
/usr/share/man/fr/man6/colobot.6.gz
/usr/share/man/man6/colobot.6.gz
/usr/share/metainfo/info.colobot.Colobot.appdata.xml

References

Summary

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