How To Install openclonk on Fedora 36
Introduction
In this tutorial we learn how to install openclonk on Fedora 36.
What is openclonk
Clonk is a multiplayer-action-tactics-skill game. It is often referred to as a mixture of The Settlers and Worms. In a simple 2D antfarm-style landscape, the player controls his crew of Clonks, small but robust humanoid beings. The game encourages free play but the normal goal is to either exploit valuable resources from the earth by building a mine or fight each other on an arena-like map.
We can use yum or dnf to install openclonk on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install openclonk.
Install openclonk 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 openclonk using dnf by running the following command:
sudo dnf -y install openclonk
Install openclonk 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 openclonk using yum by running the following command:
sudo yum -y install openclonk
How To Uninstall openclonk on Fedora 36
To uninstall only the openclonk package we can use the following command:
sudo dnf remove openclonk
openclonk Package Contents on Fedora 36
/usr/bin/c4group
/usr/bin/openclonk
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/1924381dfec43da88ce34db5411f2830203b0c
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/bd8510f9ba90200ffa686d3d3bba0a1ba1ccb7
/usr/share/applications/openclonk.desktop
/usr/share/doc/openclonk
/usr/share/doc/openclonk/Credits.txt
/usr/share/doc/openclonk/README
/usr/share/doc/openclonk/TRADEMARK
/usr/share/doc/openclonk/Version.txt
/usr/share/icons/hicolor/128x128/apps/openclonk.png
/usr/share/icons/hicolor/256x256/apps/openclonk.png
/usr/share/icons/hicolor/32x32/apps/openclonk.png
/usr/share/icons/hicolor/512x512/apps/openclonk.png
/usr/share/icons/hicolor/64x64/apps/openclonk.png
/usr/share/licenses/openclonk
/usr/share/licenses/openclonk/COPYING
/usr/share/licenses/openclonk/COPYING-planet
/usr/share/metainfo/openclonk.appdata.xml
References
Summary
In this tutorial we learn how to install openclonk on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).