Last active
September 11, 2021 18:45
-
-
Save ditikrushna/46de33450657f68c78d02e17e2ca1774 to your computer and use it in GitHub Desktop.
Here, I will show you how to install MongoDB compass in ubuntu.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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