Answers for "mongodb compass mac install"

10

install mongodb in mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Posted by: Guest on March-13-2021
0

install mongo compass

//installation in ubuntu
wget https://downloads.mongodb.com/compass/mongodb-compass_1.15.1_amd64.deb
sudo dpkg -i mongodb-compass_1.15.1_amd64.deb
sudo apt --fix-broken install  //if you get any broken dependency error
sudo apt -y install libgconf2-4
mongodb-compass;
Posted by: Guest on September-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language