Skip to content

SnowRunner Save Editor Linux

Choose a tag to compare

@MrBoxik MrBoxik released this 28 Jun 09:09
d5662b3

SnowRunner Editor - Linux Installation Guide
Option 1: Universal .AppImage (recommended)
Download the SnowRunnerEditor-x86_64-.AppImage file.
Make it executable:
chmod +x SnowRunnerEditor-.AppImage
Run it directly:
./SnowRunnerEditor-.AppImage
Option 2: Debian / Ubuntu (.deb)
Download the .deb package from the Releases page.
Install it with dpkg:
sudo dpkg -i snowrunner-editor__amd64.deb
Run from the applications menu or by typing:
snowrunner-editor
Option 3: Fedora / RHEL / openSUSE (.rpm)
Download the .rpm package from the Releases page.
Install it using your package manager:
Fedora:
sudo dnf install snowrunner-editor-.rpm
openSUSE:
sudo zypper install snowrunner-editor-.rpm
Launch from the applications menu or by typing:
snowrunner-editor
Notes:

Both .deb and .rpm automatically add a menu entry and icon.
The .AppImage version is portable and works on almost any modern Linux distro.