Let's configure wsl to get an ubuntu shell in windows 10 or 11
Below you will find other in-depth links, in particular:
After Ubuntu installation, you can check from the shell which version you have installed.
lsb_release -a
So my version is 20.04.6 LTS 😕 all fine, there is a guide!
wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-7.0
dotnet --version
dotnet --list-sdks
mkdir firstBlazor
cd firstBalzor
dotnet new list
dotnet new blazorwasm -n firstBlazor -o .
⚠️ Warning - The port number may vary
You can do this... Anyway, ctrl+click on the link to open browser.