Windows Subsystem für Linux: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→GUI) |
(→GUI) |
||
Zeile 14: | Zeile 14: | ||
cd ~ | cd ~ | ||
vi .bashrc | vi .bashrc | ||
<pre> | </pre> | ||
<pre> | <pre> | ||
export DISPLAY=:0.0 | export DISPLAY=:0.0 | ||
<pre> | </pre> | ||
=== Links === | === Links === |
Version vom 18. April 2019, 19:18 Uhr
Installation
Links
GUI
sudo apt-get update && sudo apt-get install -y xfce4
cd ~ vi .bashrc
export DISPLAY=:0.0
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/
Zurück zu Ubuntu