-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
Steps to reproduce
Enable WSL
Install Ubuntu (for windows)
Open bash somehow
Run
wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
sudo dpkg -i packages-microsoft-prod.deb
sudo apt-get install apt-transport-https
sudo apt-get update
sudo apt-get install dotnet-sdk-2.1Expected behavior
The dotnet cli installs
Actual behavior
E: Unable to locate package dotnet-sdk-2.1
E: Couldn't find any package by glob 'dotnet-sdk-2.1'
E: Couldn't find any package by regex 'dotnet-sdk-2.1'
Picture of output:

I've seen several other similar issues but their fixes didn't seem to work for me.
I looked at this issue but following these instructions didn't work

Metadata
Metadata
Assignees
Labels
No labels