How To Install godot-runner on Fedora 36

In this tutorial we learn how to install godot-runner in Fedora 36. godot-runner is Shared binary to play games developed with the Godot engine

Introduction

In this tutorial we learn how to install godot-runner on Fedora 36.

What is godot-runner

This package contains a godot-runner binary for the Linux X11 platform, which can be used to run any game developed with the Godot engine simply by pointing to the location of the game’s data package.

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

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

sudo dnf -y install godot-runner

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

sudo yum -y install godot-runner

How To Uninstall godot-runner on Fedora 36

To uninstall only the godot-runner package we can use the following command:

sudo dnf remove godot-runner

godot-runner Package Contents on Fedora 36

/usr/bin/godot-runner
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/5858a3794a5573531189f5d72e34b773deafb0
/usr/share/licenses/godot-runner
/usr/share/licenses/godot-runner/AUTHORS.md
/usr/share/licenses/godot-runner/COPYRIGHT.txt
/usr/share/licenses/godot-runner/LICENSE.txt

References

Summary

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