Raspberry Pi 2:无法下载.NET Core 2 Runtime

时间:2018-06-16 17:50:36

标签: raspberry-pi .net-core arm

我找到了几个站点,展示了如何在Raspberry Pi上安装.NET Core 2运行时,但是我在运行时下载时遇到了问题。

https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.0.0/dotnet-runtime-latest-linux-arm.tar.gz

未找到"资源未找到"错误,

curl -sSL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.0.0/dotnet-runtime-latest-linux-arm.tar.gz

成功但获取的文件只有223个字节,我不敢相信。

我做错了什么?

提前致谢。

1 个答案:

答案 0 :(得分:1)

据我所知.net core 2.0不支持像ARMbian这样的Linux ARM发行版。这随着.net core 2.1的发布而改变:

.NET Core is now supported on Linux ARM32 distros, like Raspbian and Ubuntu! 

scott hanselman

在这里你可以找到Linux ARM32发行版的.net核心2.1运行时:github.com