美文网首页
从 Mac 移除 .NET Core Runtime 与 SDK

从 Mac 移除 .NET Core Runtime 与 SDK

作者: Mason_Diamond | 来源:发表于2020-04-04 16:04 被阅读0次

基本环境说明

  • macOS Mojave 10.14.5
  • .NET Core 2.2.107 –> 2.2.301

一、移除 .NET Core 相关 pkgs

  • 在【命令终端】依次输入或粘贴以下命令,按回车键。
pkgutil --pkgs | grep com.microsoft.dotnet  | xargs -n 1 sudo pkgutil --forget

二、移除 dotnet 相关档案及工具

sudo rm -rf /usr/local/share/dotnet && sudo rm -f /etc/paths.d/dotnet && sudo rm -f /etc/paths.d/dotnet-cli-tools

相关文章

网友评论

      本文标题:从 Mac 移除 .NET Core Runtime 与 SDK

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