Installing
- 
2. Downloading GodotDownload Godot Engine for GNU/Linux Choose between the “Standard version” and the “Mono version“. 
 Especially relevant, for the C# supported Version then see also: How to Install NET Core 6+ SDK on Fedora!
- 
3. Installing GodotAnd to Install Godot on Fedora 
 First, make the Target Directory, from Command Line:sudo mkdir /opt/Godot/ And Extract it directly into the Target: sudo unzip -d /opt/Godot/ ~/Downloads/Godot*.zip But if you are in Trouble to Find Out it on Terminal See: How to Access Downloads Folder from Browser. 
 (Here a System-wide Installation, for a Local one simply Run it from inside the Home Directory.)
 Then Rename it to make easier the Path Setup:sudo mv /opt/Godot* /opt/Godot Next Fix Permissions with: sudo chown -R root:root /opt/Godot* Skip this in case of a Local Setup into your Home Folder… 
 Finally, amend the User Path:echo "export PATH=$PATH:/opt/Godot" >> ~/.bashrc And to Reload it simply: bash 
Contents
