I have Just downloaded the robomongo
64 bit for ubuntu
from the Official site.
Then I opened my terminal and went through the folder structure and executed the command from bin
folder.
sh robomongo.sh
I'm getting an error like this
robomongo.sh: 5: robomongo.sh: Bad substitution
Help me.
Thanks in Advance
Right click on robomongo file i.e executable (application/x-executable)
5.1. Now click on "Make Link" option
You may put this shortcut icon to desktop to launch RoboMongo GUI
If you are unable to run robo3T go to lib folder and delete libstdc++. There you will find two file with similiar name delete both and it will work.
in Terminal you can use just this command robomongo and you can install stable version robomongo with using sudo apt-get install robomongo
Solution : when i downloaded the tar file from official site, I just opened it using ubuntu software center. It got Installed and working fine now.
answer of @mistertandon is nice But I will be more clear
There Two ways to install
robomongo
program into ubuntu using command line:First way
1.1 download tar.gz file from Official
robomongo
website(choose version you need to install and get it's tar.gz download file url)1.2 extract tar.gz file
1.3 mv files and folders into the result folder from extraction operation into folder
robomongo
under/usr/local/bin
1.4 make sure excute file for
robomongo
program which exists under/usr/local/bin/robomongo/bin
folder is excutable fileSecond way
2.1 download deb file from Official
robomongo
website(choose version you need to install and get it's deb download file url)2.2 install deb file using dpkg command line
2.3 open
robomongo
program using command line by runVery Important Notice:
all version less than
robomongo
program 0.9.* version has bothdeb
file andtar.gz
file download urls(I didn't know what is the reason for this) So If you need download version less than 0.9.* version you can use one of two ways But If you need download version 0.9.0 there only one way is the first onesmore links about install
robomongo
program: link 1, link 2