Run Ubuntu in Windows 10 using WSL - Robo-Tech-Cv/ROS_Install_Tutorial GitHub Wiki

1. Install Wsl

1. Check that Your windows is compatible

you must be running Windows 10.

Open Settings --> System --> About

  • For x64 systems: Version 1903 or higher, with Build 18362 or higher.
  • For ARM64 systems: Version 2004 or higher, with Build 19041 or higher.

note: if the version or the build is lower try installing the updates

2. Open PowerShell as Administrator

3. Run This Commands

dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart

dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart

4. Download the Linux kernel update package

  • download from this link

  • run the file and this should be the output

if you get another massage or failure try restarting your pc or updating it

6. Run This Command

wsl --set-default-version 2

6. Install Ubuntu 18.04 from Microsoft Store

7. Lunch the app and choose your Name and Pass

2. Install Windows New Terminal

Go to this link to install

Open it and press the Down Arrow button and Choose Ubuntu 18.04

All Good 👍

Now You Have Ubuntu running in your Windows Machine 👍

Go To The Next Step