Answers for "update wsl version 2"

0

change wsl to version 1

wsl --set-version Ubuntu-18.04 1

// Run the above command from windows powershell 
// This assumes you are running Ubuntu 18.04
Posted by: Guest on January-29-2021
-1

how to upgrade to wsl 2

// Person Explains How to Do It With Pre-Existing Ubuntu Installation
https://www.youtube.com/watch?v=TFx4TrcI6_0
Posted by: Guest on November-25-2021
-1

update wsl

sudo apt update && sudo apt upgrade
Posted by: Guest on June-07-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language