Installing .NET 6 on Windows Subsystem for Linux (WSL)

preview_player
Показать описание
In this video, I needed to install .NET 6 on my Windows Subsystem for Linux (WSL) install.

Follow along with me where I show you the resources needed to install and test .NET 6 on WSL.

Resources:

00:00 Introduction
01:13 RTM!
01:48 Command line time
03:17 dotnet new
Рекомендации по теме
Комментарии
Автор

Didn't work at first..
After watching this, I tried reinstalling it and worked.

Sometimes you just need to see someone successful where you think you did it correctly -- to know you didn't. Thanks!

daurham
Автор

Hi thank you for your video.
I do the same command but I dont have any sdk installed. It show me just the statment:
Welcome to .NET!
But no Sdk version.
As I run the command
dotnet --list-sdks
It also show me nothing
So I can not create any dotnet project because I dont have the sdk any help?

انامسلموكفى
Автор

Could you show the manual installation? The version I need don't support package manager installation. Getting suck at this stage:
- export
- export PATH="${DOTNET_ROOT}:${PATH}"

Director