Skip to content

Instantly share code, notes, and snippets.

@ditikrushna
Last active September 11, 2021 18:45
Show Gist options
  • Save ditikrushna/46de33450657f68c78d02e17e2ca1774 to your computer and use it in GitHub Desktop.
Save ditikrushna/46de33450657f68c78d02e17e2ca1774 to your computer and use it in GitHub Desktop.
Here, I will show you how to install MongoDB compass in ubuntu.
step 1 : apt-get update
step 2 : wget https://downloads.mongodb.com/compass/mongodb-compass_1.15.1_amd64.deb
step 3 : sudo dpkg -i mongodb-compass_1.15.1_amd64.deb
step 4 : Now go to applications, select/search for MongoDB compass.
How to uninstall mongodb compass from Ubuntu 18.04
sudo dpkg --remove mongodb-compass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment