Answers for "mongodb compass shell install"

0

mongodb compass community linux

--donwload
wget https://downloads.mongodb.com/compass/mongodb-compass_1.24.1_amd64.deb
--install
sudo dpkg -i mongodb-compass_1.24.1_amd64.deb
--run
mongodb-compass
Posted by: Guest on January-03-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 "mongodb compass shell install"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language