无法在ubuntu 17.10

时间:2017-10-28 13:18:47

标签: ubuntu .net-core

我按照microsoft .net core linux ubuntu的所有步骤进行操作 每个步骤都可以,直到:

sudo apt-get install dotnet-sdk-2.0.0

在此步骤中我收到错误:

Couldn't find any package by glob 'dotnet-sdk-2.0.0'

我相信我在之前做了一切。 在

sudo apt-get update

我发现它正在从微软阅读:

Stary:1 http://pl.archive.ubuntu.com/ubuntu artful InRelease
Stary:2 http://pl.archive.ubuntu.com/ubuntu artful-updates InRelease
Pobieranie:3 http://security.ubuntu.com/ubuntu artful-security InRelease [70,3 kB]
Stary:4 http://pl.archive.ubuntu.com/ubuntu artful-backports InRelease
Stary:5 https://packages.microsoft.com/repos/microsoft-ubuntu-artful-prod artful InRelease

任何人都可以帮我吗?

1 个答案:

答案 0 :(得分:4)

虽然在微软网站上他们写道你应该安装2.0.0版本,正确的是2.0.2。 所以我用的时候:

sudo apt-get install dotnet-sdk-2.0.2
一切顺利