Install Windows subsystem linux on Windows 10
step 1:
install Debian Linux subsystem:
- PowerShell as administrator: "Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux" | go to "turn windows future on or off"
- Microsoft Store: install "Debian"
step 2:
install mate tesktop on Debian:
- open Debian
- sudo apt-get update
- sudo apt install task-mate-desktop
OR
install mate desktop on Ubuntu:
- open ubuntu console
- sudo apt install tasksel
- sudo apt update
- sudo tasksel install ubuntu-mate-desktop
step 3:
install VcXsrv in windows 10:
- download from: https://sourceforge.net/projects/vcxsrv/
- about X server: https://en.wikipedia.org/wiki/X_Windo...
- open XLauch
- select: "One large window"
- Display number: 0
- next
- Start no client
- next
- finish
step 4:
setup display:
- export DISPLAY=:0
- export LIBGL_ALWAYS_INDIRECT=1
step 5:
start Mate-desktop environment:
- mate-session
No comments:
Post a Comment