https://www.microsoft.com/net/download/dotnet-core/2.1linux
若是架構不對,會出現一下錯誤:bash
-bash: /usr/bin/dotnet: cannot execute binary file
mkdir -p /usr/share/dotnet && tar zxf dotnet-sdk-2.1.300-linux-x64.tar.gz -C /usr/share/dotnet架構
ln -s /usr/share/dotnet/dotnet /usr/bin/dotnetcode
FailFast: Couldn't find a valid ICU package installed on the system.blog
yum install icu -y