Chạy các lệnh sau để xóa mongodb khỏi khởi chạy / khởi động và gỡ cài đặt bằng Homebrew:
# See if mongo is in the launch/startup list
launchctl list | grep mongo
# Remove mongodb from the launch/startup
launchctl remove homebrew.mxcl.mongodb
# Kill the mongod process just in case it's running
pkill -f mongod
# Now you can safely remove mongodb using Homebrew
brew uninstall mongodb
Chỉ cần kiểm tra kỹ /usr/local/bin/
để đảm bảo rằng các lệnh mongodb đã bị loại bỏ.