Installation - Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Wittek (Diskussion | Beiträge) |
Wittek (Diskussion | Beiträge) (→wine) |
||
Zeile 6: | Zeile 6: | ||
= Installation unter Linux (Debian 10.13) = | = Installation unter Linux (Debian 10.13) = | ||
== wine == | == wine == | ||
Es wird das Software-Paket ''wine'' benötigt: | <p>Es wird das Software-Paket ''wine'' benötigt:</p> | ||
# apt-get install -y wine | # apt-get install -y wine | ||
# dpkg --add-architecture i386 && apt-get update && apt-get install wine32 | # dpkg --add-architecture i386 && apt-get update && apt-get install wine32 | ||
== entpacken == | |||
<p>Wenn das Archiv ''fjwmap.zip'' unter dem Verzeichnis ''~/Downloads'' gespeichert wurde, geht man wie folgt weiter:</p> | |||
# cd | |||
# cd Downloads | |||
# unzip fjwmap.zip |
Version vom 24. Oktober 2022, 17:55 Uhr
zurück: Hauptseite
Installation: Download
Installation: Windows
Installation: Linux
Installation unter Linux (Debian 10.13)
wine
Es wird das Software-Paket wine benötigt:
# apt-get install -y wine # dpkg --add-architecture i386 && apt-get update && apt-get install wine32
entpacken
Wenn das Archiv fjwmap.zip unter dem Verzeichnis ~/Downloads gespeichert wurde, geht man wie folgt weiter:
# cd # cd Downloads # unzip fjwmap.zip