Simple way to install/uninstall Linux(Ubuntu) in Windows11.

Опубликовано: 25 Июль 2026
на канале: Curious Monkey
155
3

Windows made it easier to run Linux environment on windows without dual boot or any other 3rd party application .
This video describes how to install Linux environment on windows 11 using windows subsystem command (wsl --install).
NOTE: the same steps can also be done in Windows 10 version 2004 and higher

STEPS:
1)Open 'command prompt' as administrator
2)Type "wsl --install" and press enter.
3)After successful installation restart the system
Linux Commands:
For app installation: "sudo apt install app_name"
For uninstalling app: "sudo apt remove app_name"
For updating all app: "sudo apt update"
For updating specific app: "sudo apt update app_name"