美文网首页
macOS中卸载.NET Core SDK的方法

macOS中卸载.NET Core SDK的方法

作者: 太公赢 | 来源:发表于2018-12-08 22:27 被阅读0次

在Terminal中依次运行以下命令即可。

wget https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh
chmod +x dotnet-uninstall-pkgs.sh
sudo ./dotnet-uninstall-pkgs.sh

相关文章

网友评论

      本文标题:macOS中卸载.NET Core SDK的方法

      本文链接:https://www.haomeiwen.com/subject/fnmchqtx.html