Skip to content

Instantly share code, notes, and snippets.

@skounis
Last active October 20, 2022 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skounis/9cb081090df4490155802fb1e1210884 to your computer and use it in GitHub Desktop.
Save skounis/9cb081090df4490155802fb1e1210884 to your computer and use it in GitHub Desktop.
WSL2 Install Ubuntu with Text User Interface
:: Download Ubuntu 22.04 from Microsoft Store
:: Launch Ubuntu 22.04. The Ubuntu installation GUI window will be black. Close it.
:: Open PowerShell and start the setup in TUI mode
sl --shutdown
wsl --unregister Ubuntu-22.04
ubuntu2204.exe --ui=tui
:: See
:: https://github.com/microsoft/WSL/issues/8525
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment