मोंगोडब को लॉन्च/स्टार्टअप से हटाने और होमब्रे का उपयोग करके इसे अनइंस्टॉल करने के लिए निम्नलिखित कमांड चलाएँ:
# 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
बस /usr/local/bin/
में दोबारा जांच करें यह सुनिश्चित करने के लिए कि मोंगोडब कमांड हटा दिए गए हैं।