我需要删除我的 Mac 中的所有 mongoDB 内容。
我按照mongoDB 卸载官方指南中的卸载指南进行操作
但在第二步
`launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
rm -f ~/Library/LaunchAgents/homebrew.mxcl.mongodb-community.plist
launchctl remove homebrew.mxcl.mongodb-community`
我收到此错误:
Unload failed: 5: Input/output error Try running "launchctl bootout" as root for richer errors.
我已成功卸载了 guys。对于 Apple Sillicon 用户,brew 前缀设置为/opt/homebrew/etc/ ,而不是/usr/local/。
所以我所做的是 cd /opt/homebrew/ 然后 ls 它。
我找到了与 mongodb 相关的文件夹/文件。我使用 rm -rf 将它们删除。