一. Ubuntu 14.04 安裝 1.安裝之前請先刪除之前的.net core 版本 命令如下: 1.1 獲取安裝的.net core 版本 sudo apt --installed list | grep "dotnet-dev" 1.2 刪除安裝的.net core 版本 sudo apt- ...
一. Ubuntu 14.04 安裝
1.安裝之前請先刪除之前的.net core 版本 命令如下:
1.1 獲取安裝的.net core 版本 sudo apt --installed list | grep "dotnet-dev"
1.2 刪除安裝的.net core 版本 sudo apt-get remove “上面列出的版本名稱”
2.參照微軟官網給出的步驟進行安裝,地址:https://www.microsoft.com/net/core#linuxubuntu