如何从macOS Sierra卸载dotnet core

编程入门 行业动态 更新时间:2024-10-13 22:26:22
本文介绍了如何从macOS Sierra卸载dotnet core的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经尝试安装dotnet core,但是没有用.因此,我想将其卸载并开始刷新.如何从macOS Sierra(10.12.3)卸载dotnet core.

I have tried to install dotnet core, but it does not worked. So, I would like to uninstall it and start refresh. How can I uninstall dotnet core from macOS Sierra(10.12.3).

您可以在下面找到系统上现有的dotnet核心信息

you can find below, existing dotnet core info on the system

/usr/local/share/dotnet/sdk$ ls -la total 0 drwxr-xr-x 4 root wheel 136 May 20 18:28 . drwxr-xr-x 10 root wheel 340 May 20 20:44 .. drwxr-xr-x 142 root wheel 4828 May 20 20:44 1.0.4 drwxr-xr-x 121 root wheel 4114 May 9 23:04 2.0.0-preview1-005977 /usr/local/share/dotnet/sdk$ sudo find / -name dotnet find: /dev/fd/sdk: No such file or directory find: /dev/fd/sdk: No such file or directory /private/etc/paths.d/dotnet /Users/melihtt/.dotnet/NuGetFallbackFolder/microsoft.codeanalysis.analyzers/1.1.0/analyzers/dotnet /Users/melihtt/.dotnet/optimizationdata/2.0.0-preview1-005977/osx.10.12-x64/dotnet /usr/local/share/dotnet /usr/local/share/dotnet/dotnet /usr/local/share/dotnet/shared/Microsoft.NETCore.App/1.0.5/dotnet /usr/local/share/dotnet/shared/Microsoft.NETCore.App/1.1.2/dotnet

推荐答案

要从macOS卸载dotnet core:

To uninstall dotnet core from macOS:

从下载 dotnet-uninstall-pkgs.sh pkgs.sh"rel =" noreferrer> github/dotnet/cli/blob/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh
  • 使 dotnet-uninstall-pkgs.sh 可执行文件
  • 以超级用户身份执行 dotnet-uninstall-pkgs.sh (需要超级用户特权才能运行).
  • download dotnet-uninstall-pkgs.sh from github/dotnet/cli/blob/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh
  • make dotnet-uninstall-pkgs.sh executable
  • execute dotnet-uninstall-pkgs.sh as root (requires superuser privileges to run).
  • curl -O raw.githubusercontent/dotnet/cli/master/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh chmod u+x dotnet-uninstall-pkgs.sh sudo ./dotnet-uninstall-pkgs.sh

    更多推荐

    如何从macOS Sierra卸载dotnet core

    本文发布于:2023-11-14 22:14:11,感谢您对本站的认可!
    本文链接:https://www.elefans.com/category/jswz/34/1588645.html
    版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
    本文标签:Sierra   macOS   core   dotnet

    发布评论

    评论列表 (有 0 条评论)
    草根站长

    >www.elefans.com

    编程频道|电子爱好者 - 技术资讯及电子产品介绍!