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

Windows Subsystem for Linux 2: Installing VcXsrv X Server

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
Update Package List
sudo apt update
Install x11-apps
sudo apt install x11-apps

Windows 10 Upgrade Windows Subsystem for Linux 1 to WSL 2

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

List Installed Distributions
wsl -l -v
Convert from Windows Subsystem for Linux 1 to Windows Subsystem for Linux 2
wsl --set-version Ubuntu-18.04 2