Advertisement
v1ral_ITS

Run linux programs on windows

Jun 27th, 2020
1,547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. XMING + Bash on Ubuntu on Windows = X11 Window System Running from Windows 10 Subsystem for Linux
  2.  
  3.     Open Bash on Ubuntu on Windows.
  4.     Ensure Xming is running.
  5.     In Bash prompt, enter “export DISPLAY=localhost:0.0” to connect to Xming host over TCP/IP and enable UI apps from Bash.
  6.     Install x11-apps with “apt-get install x11-apps”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement