Skip to content

Instantly share code, notes, and snippets.

@wilmeragsgh
Last active May 1, 2020 23:41
Show Gist options
  • Save wilmeragsgh/2a24ea8a84dce7d8010e8260cb3d596b to your computer and use it in GitHub Desktop.
Save wilmeragsgh/2a24ea8a84dce7d8010e8260cb3d596b to your computer and use it in GitHub Desktop.
Installing Robomongo for management of Mongo instances
wget https://download.robomongo.org/0.9.0/linux/robomongo-0.9.0-linux-x86_64-0786489.tar.gz
tar -xvzf robomongo-0.9.0-linux-x86_64-0786489.tar.gz
mkdir /usr/local/bin/robomongo
mv robomongo-0.9.0-linux-x86_64-0786489/* /usr/local/bin/robomongo
cd /usr/local/bin/robomongo/bin
#sudo chmod +x robomongo ## run command only if robomongo isn't excutable file
#./robomongo
# ref: http://askubuntu.com/questions/739297/how-to-install-robomongo-ubuntu-system-please-let-me-know/781793
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment