Skip to content

Instantly share code, notes, and snippets.

@M0ses
Last active February 14, 2021 22:24
Show Gist options
  • Save M0ses/c253b31118081132b83d4e2fbe76fd09 to your computer and use it in GitHub Desktop.
Save M0ses/c253b31118081132b83d4e2fbe76fd09 to your computer and use it in GitHub Desktop.
How to install EOS with wine under Linux (Best Practice)

Wie installiere ich EOS am Besten unter Linux?

Wine mit extra PREFIX richtig konfigurieren

WINEPREFIX=~/.EOS-wine winecfg

In "winecfg" folgende Option deaktivieren:

-> Grafik -> "Erlaube dem Fenstermanager die Fenster zu dekorieren"

EOS herunterladen

EOS herunterladen (https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip) Z.B. mit dem Browser od. curl

curl -o ~/Downloads/eos.zip "https://www.pabst-software.de/lib/exe/fetch.php?media=programme:eos:eos.zip"

EOS entpacken (installieren)

cd ~/.EOS-wine/drive_c/
unzip ~/Downloads/eos.zip EOS.exe

EOS starten

WINEPREFIX=~/.EOS-wine/ wine ~/.EOS-wine/drive_c/EOS.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment