How To Run Ubuntu 24.04 on Windows 11 Using WSL | Step-by-Step Guide

18K views Oct 30, 2024
linuxtechi.com

In this tutorial, you will learn how to run Ubuntu 24.04 on Windows 11 using Windows Subsystem for Linux (WSL). Follow this step-by-step guide to enable WSL, install Ubuntu, and manage your Linux distributions effortlessly on your Windows machine. Whether you're a developer or just experimenting, this video will help you get Ubuntu up and running smoothly! **Steps Covered:** 1) Enabling WSL on Windows 11 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart Reboot your system to apply the changes. 2) Update WSL to Latest Version wsl --update 3) Setting WSL 2 as the Default Version wsl --set-default-version 2