是否有人试图在Odroid c2 ubuntu16.04上安装dotnet或运行时。根据微软官方指南,这是可能的,但安装失败:
...
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'
也许是因为arm64的卵巢结构?
发布于 2018-03-22 07:39:29
我发现了关于这个问题的新问题:https://github.com/dotnet/coreclr/issues/17044
目前还没有arm64的dotnet核心。
https://askubuntu.com/questions/1018158
复制相似问题