Nowadays robomongo developers releasing the new versions of robomongo as tar.gz
not in .deb
packages that was easy for double click installations. But that option is no longer available. So how to install it as a program in Ubuntu. I have tried extracting the package and install but failed.
admin@admin-lenovo:~$ cd Downloads/
admin@admin-lenovo:~/Downloads$ tar -xzf robomongo-0.9.0-rc4-linux-x86_64-8c830b6.tar.gz
admin@admin-lenovo:~/Downloads$ cd robomongo-0.9.0-rc4-linux-x86_64-8c830b6/
admin@admin-lenovo:~/Downloads/robomongo-0.9.0-rc4-linux-x86_64-8c830b6$ ./configure
bash: ./configure: No such file or directory
Also .make
and ./install
failed as no files found. How to install it as a program?
Pulled this from my dotfiles. It's ugly but it works... and it's a bit more verbose so it should be understandable to most:
Robomongo is now Robo 3T. Following are the updated steps:
Download the tar file from robomongo site. The current file is
robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
, but yours could be different.Open up the terminal, switch to download directory and run the following commands:
Add the following line to the end of
.bashrc
file:Save and close the file. Now reload it using the following command:
Then you can run robomongo from your terminal and it will work:
Don't worry about how to install Robo-3T on your Linux machine, follow these simple steps:
Open terminal in directory where above file is downloaded and run below command
sudo chmod +x ./Robo3T-Installation-Menu.sh
Then type below command and hit enter
./Robo3T-Installation-Menu.sh
Just wait to complete it, once completed enjoy RoboMongo. Search in menu with name "Robo 3T".