How To Install godot-server on Fedora 36

In this tutorial we learn how to install godot-server in Fedora 36. godot-server is Godot headless runtime binary for hosting game servers

Introduction

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

What is godot-server

This package contains the headless binary for the Godot game engine’s runtime, useful to host standalone game servers. To use editor tools from the command line, see the godot-headless package.

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

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

sudo dnf -y install godot-server

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

sudo yum -y install godot-server

How To Uninstall godot-server on Fedora 36

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

sudo dnf remove godot-server

godot-server Package Contents on Fedora 36

/usr/bin/godot-server
/usr/lib/.build-id
/usr/lib/.build-id/36
/usr/lib/.build-id/36/5ba0f7ccd2a2a396515529b67b7c399e037a69
/usr/share/licenses/godot-server
/usr/share/licenses/godot-server/AUTHORS.md
/usr/share/licenses/godot-server/COPYRIGHT.txt
/usr/share/licenses/godot-server/LICENSE.txt

References

Summary

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