Windows Subsystem für Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Links) |
|||
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== Installation == | == Installation == | ||
=== Windows-Features aktivieren oder deaktivieren === | |||
[[Datei:Windows_Features_aktivieren_oder_deaktivieren.png|300px]] | |||
=== Microsoft Store === | |||
danach im ''Microsoft Store'' herunterladen und installieren: | |||
[[Datei:Microsoft Store Ubuntu.png|300px]] | |||
=== Links === | === Links === | ||
Zeile 6: | Zeile 16: | ||
== GUI == | == GUI == | ||
=== xfce4 === | |||
<pre> | <pre> | ||
Zeile 19: | Zeile 31: | ||
export DISPLAY=:0.0 | export DISPLAY=:0.0 | ||
</pre> | </pre> | ||
=== vcxsrv === | |||
Window Manager herunterladen und installieren: | |||
[https://sourceforge.net/projects/vcxsrv/ https://sourceforge.net/projects/vcxsrv/] | |||
=== Links === | === Links === | ||
Zeile 27: | Zeile 47: | ||
[http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html] | [http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html] | ||
== Laufwerke mounten == | |||
=== Links === | |||
[https://learn.microsoft.com/de-de/windows/wsl/wsl2-mount-disk https://learn.microsoft.com/de-de/windows/wsl/wsl2-mount-disk] | |||
[https://www.scivision.dev/mount-usb-drives-windows-subsystem-for-linux/ https://www.scivision.dev/mount-usb-drives-windows-subsystem-for-linux/] | |||
Zurück zu [[Ubuntu#W (Client)|Ubuntu]] | Zurück zu [[Ubuntu#W (Client)|Ubuntu]], [[Windows#Konfiguration|Windows]] |
Aktuelle Version vom 14. Januar 2023, 14:57 Uhr
Installation
Windows-Features aktivieren oder deaktivieren
Microsoft Store
danach im Microsoft Store herunterladen und installieren:
Links
GUI
xfce4
sudo apt-get update && sudo apt-get install -y xfce4
cd ~ vi .bashrc
export DISPLAY=:0.0
vcxsrv
Window Manager herunterladen und installieren:
https://sourceforge.net/projects/vcxsrv/
Links
https://earnfs.wordpress.com/2019/02/24/gui-desktop-or-window-manager-on-windows-subsystem-linuxwsl/
https://solarianprogrammer.com/2017/04/16/windows-susbsystem-for-linux-xfce-4/
http://christopher5106.github.io/admin/2018/02/02/configure-windows-10-for-ubuntu.html
Laufwerke mounten
Links
https://learn.microsoft.com/de-de/windows/wsl/wsl2-mount-disk
https://www.scivision.dev/mount-usb-drives-windows-subsystem-for-linux/