Installing Ubuntu Desktop (Xfce) on Windows Subsystem for Linux 2

Windows Subsystem for Linux 2: Installing VcXsrv X Server: https://youtu.be/4SZXbl9KVsw

Windows 10 Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZOfzuoY8JrZFG5oUR9m43xf

Update Ubuntu
sudo apt update && sudo apt upgrade -y
Find Windows IP Address
cat /etc/resolv.conf
Set DISPLAY Variable
export DISPLAY=ip_address:0.0
Export opengl Variable
export LIBGL_ALWAYS_INDIRECT=1
Install Desktop Environment
sudo apt install xubuntu-desktop
Start Desktop
xfce4-session

Leave a comment

Your email address will not be published. Required fields are marked *