标签:strong VID down ssl mic ref bsp prompt hub
sudo apt-get update
sudo apt-get install curl libunwind8 gettext
https://www.microsoft.com/net/download/linux
curl -sSL -o dotnet.tar.gz https://download.microsoft.com/download/1/f/7/1f7755c5-934d-4638-b89f-1f4ffa5afe89/dotnet-runtime-2.1.2-linux-arm.tar.gz
sudo mkdir -p /opt/dotnet && sudo tar zxf dotnet.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin
dotnet --help
https://blogs.msdn.microsoft.com/david/2017/07/20/setting_up_raspian_and_dotnet_core_2_0_on_a_raspberry_pi/
https://docs.microsoft.com/zh-cn/dotnet/core/
https://www.cnblogs.com/songxingzhu/p/7399991.html
https://github.com/dotnet/core
标签:strong VID down ssl mic ref bsp prompt hub
原文地址:https://www.cnblogs.com/magicbowie/p/9320737.html