wsl --list --online to get the available distributions
wsl --install --distribution >distribution name< wsl --install --distribution Debian
Name: WSL-Linux-Update Daily Program/Script: wsl Add arguments: -d debian -u root -e bash -c "apt update && apt -y upgrade"
apt update apt search firef apt install firefox-esr
export DISPLAY=:0 # inside Linux-Terminal xterm # start your X-Application e.g. xterm, gedit or ...
apt install task-lxde-desktop export DISPLAY=:0 lxsession
wsl --export >distribution name< >filename.tar<
wsl --import >distribution name< >installation path< >tar-file path<
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.