xxxxxxxxxx
In case there are multiple missing packages
sudo apt install
will be tedious. After running
sudo dpkg -i <package-name>
and getting dependency problems error you can run
sudo apt --fix-broken install
which will install all missing dependencies and after that running
sudo dpkg -i <package-name>
will install your needed package.
xxxxxxxxxx
--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
xxxxxxxxxx
//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;