Install .NET Core 2 onto the Raspberry Pi

Install .NET Core 2 onto the Raspberry Pi

sudo apt-get -y install libunwind8 gettext
wget https://dotnetcli.blob.core.windows.net/dotnet/Runtime/release/2.0.0/dotnet-runtime-latest-linux-arm.tar.gz
sudo mkdir /opt/dotnet
sudo tar -xvf dotnet-runtime-latest-linux-arm.tar.gz -C /opt/dotnet
sudo ln -s /opt/dotnet/dotnet /usr/local/bin

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注