次のガイドに従って、ラズベリー pi 3 に .net コアをインストールしようとしています。
https://www.microsoft.com/net/core#debian
スクリプトは、以下をインストールするように指示しました:
dotnet_install: Error: Unable to locate libunwind. Install libunwind to continue
dotnet_install: Error: Unable to locate gettext. Install gettext to continue
apt-get install を使用してそれらをインストールすると、すべて問題ありません。
sudo apt-get install libunwind-dev
sudo apt-get install gettext
しかし、私が以下を実行すると運が悪い:
sudo curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version 1.0.0-preview1-002702 --install-dir ~/dotnet
私は得た:
dotnet_install: Error: Download failed
欠けているものはありますか?