有人尝试在 Odroid c2 ubuntu 16.04 上安装 dotnet sdk 或运行时吗?根据微软官方指南这是可能的,但是安装失败:
...
odroid@odroid64:$ sudo apt-get update
odroid@odroid64:$ sudo apt-get install dotnet-sdk-2.1.101
输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dotnet-sdk-2.1.101
E: Couldn't find any package by glob 'dotnet-sdk-2.1.101'
E: Couldn't find any package by regex 'dotnet-sdk-2.1.101'
也许是因为 odroid arm64 架构?
答案1
我发现了有关此问题的新问题: https://github.com/dotnet/coreclr/issues/17044
目前还没有适用于 arm64 的 dotnet 核心。