Mongodb Compass cannot be opened in Ubuntu 18.10
I had the same issue with ubuntu 18.10. This issue still exists with versions 15 and 16. Earlier versions works fine in ubuntu 18.10.
1) wget https://downloads.mongodb.com/compass/mongodb-compass_1.14.1_amd64.deb
2) sudo dpkg -i mongodb-compass_1.14.1_amd64.deb
3) mongodb-compass
We just released Compass 1.18-beta.1, Compass will work again on Ubuntu 18.10 and other recent Linux distributions. You can download it from here: https://www.mongodb.com/download-center/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
- $ mongodb-compass;
Worked for me.I'm also using Ubuntu 18.10
(Try to change the version of the mongodb compass - lower than 15- v)
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;