有没有人尝试在 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 架构?
我发现了关于这个问题的新问题: https ://github.com/dotnet/coreclr/issues/17044
arm64 还没有 dotnet 核心。