mongodb compass global update code example
Example: 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;