Skip to content

Instantly share code, notes, and snippets.

@rumplestilzken
Last active March 30, 2023 13:36
Show Gist options
  • Save rumplestilzken/186d1aaebf2d3927ddfae6f7619e5780 to your computer and use it in GitHub Desktop.
Save rumplestilzken/186d1aaebf2d3927ddfae6f7619e5780 to your computer and use it in GitHub Desktop.
Installing Ubuntu on WSL
Download and install https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
wsl --install -d Ubuntu
wsl --set-default-version 2
Open Ubuntu
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment