The following are the commands used in this video.
- To Set WSL 2 as the default version,
wsl --set-default-version 2 - List available Linux Distros using WSL 2,
wsl --list --online - Install Ubuntu 24.04 LTS using the following command.
wsl --install -d Ubuntu-20.04 Visit our detailed guide on winsides.com. You can also refer to our YouTube Tutorial
Top comments (0)