运行
brew update
或 brew upgrade
时,我收到以下输出:
brew:4: command not found: sketchybar
这是我在上一次使用brew 时卸载的软件包。它似乎已正确卸载,因为它不在软件包列表中,并且运行
brew uninstall sketchybar
会产生以下输出:
Error: No such keg: /opt/homebrew/Cellar/sketchybar
我在 Mac Mini M1 上运行 macOS 14.4.1
我尝试运行
brew doctor
,但没有输出任何问题。
提及 M1 Mac 的
brew:command not found
错误的帖子是指自制程序的整个安装,而不是特定的软件包。
您遇到的
brew:4: command not found: sketchybar
错误问题可能源于剩余的配置或脚本,即使在卸载后,该配置或脚本仍在尝试引用 sketchybar
。
卸载过程可能没有清除 shell 配置文件中对
sketchybar
的引用(例如,.zshrc
、.zshenv
、.zprofile
等)。