Last active
March 30, 2023 13:36
-
-
Save rumplestilzken/186d1aaebf2d3927ddfae6f7619e5780 to your computer and use it in GitHub Desktop.
Installing Ubuntu on WSL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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