Installed successfully MongoDB Compass on Ubuntu 18.10. But when I try to run it, it refuses to start without showing anything. I am a newbie in MongoDB. What to do?
This error often occurs when: You provide no hostname or an invalid hostname to the Compass connect dialog. The destination server rejects a connection on an incorrect port. Your MongoDB cluster or server has been shutdown or the server hostname has changed.
Installing MongoDB Compass on Linux: Step 1: Open your browser & search for MongoDB compass. Step 2: Click on the first link. Step 3: Click on the Try It Now option. Step 4: Find the available version & click on download.
Step 1: To begin, go to the MongoDB website by clicking on this link. Dowload the latest version of MongoDB Compass. Step 2: After downloading, unzip the file. Step 3: Launch the MongoDB Compass application.
Try with following commands. These steps worked for me.
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 sudo apt -y install libgconf2-4 mongodb-compass;
Try these command in terminal :
1. $ wget https://downloads.mongodb.com/compass/mongodb-compass_1.12.1_amd64.deb;
2. $ sudo dpkg -i mongodb-compass_1.12.1_amd64.deb
Worked for me.I'm also using Ubuntu 18.10
(Try to change the version of the mongodb compass - lower than 15- v)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With