簡體   English   中英

安裝了 brew arm 和 x86 版本的 mac m1 12.4,如何卸載 x86 brew

[英]mac m1 12.4 with brew arm and x86 versions installed, how do I uninstall the x86 brew

我有一個新的 mac m1 os 版本 12.4 並安裝了 brew,后來使用 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/安裝了 x86 版本安裝.sh )"

我想刪除 x86 版本。 從我讀過的內容來看,我應該能夠卸載它

 arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

這打印

$ arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)"

Warning: This script will remove:
    /opt/homebrew/.dockerignore
    /opt/homebrew/.editorconfig
    /opt/homebrew/.git/
    /opt/homebrew/.github/
    /opt/homebrew/.gitignore
    /opt/homebrew/.shellcheckrc
    /opt/homebrew/.sublime/
    /opt/homebrew/.vale.ini
    /opt/homebrew/.vscode/
    /opt/homebrew/CHANGELOG.md
    /opt/homebrew/CONTRIBUTING.md
    /opt/homebrew/Caskroom/
    /opt/homebrew/Cellar/
    /opt/homebrew/Dockerfile
    /opt/homebrew/LICENSE.txt
    /opt/homebrew/Library//
    /opt/homebrew/README.md
    /opt/homebrew/bin/brew
    /opt/homebrew/completions/
    /opt/homebrew/docs/
    /opt/homebrew/manpages/
    Are you sure you want to uninstall Homebrew? This will remove your installed packages! [y/N] N

這是手臂版本。 它應該從 /usr/local/bin 中刪除它。 如何刪除它?

解決方案是使用 --path=/usr/local 運行卸載

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM