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?
you can do some this:
You must rename folder
Dowload any images with format .png [click here][1]
save the images like robo3t.png and move this image to folder robo3t
and then; execute:
and
and Create an Unity desktop file for your launcher
and finally; paste the next code in the file newly created
And Happy coding!
1. First Download the version from the official Robomongo website bellow:
Download Robomongo From Official website using this link
2.Then extract the downloaded tar.gz file in your downloads folder.
3. Copy and paste the extracted folder into your opt folder
NB: If you don't have permission to paste in this folder use the bellow command in terminal to access the folder.
4. Open the opt/robomongo/bin folder and launch Robomongo by clicking the executable icon.
5. Simply Create a database and right click on the Robomongo icon and select the lock to launcher option. This will create a shortcut t launch the Robomongo application at any time you need.
Well, I do not know if it might still help, but one efficient way to install Robomongo from
tar.gz
file is the following:Go to https://robomongo.org/download to grab the
tar.gz
file,After download,
and then type in the terminal:
Make sure your file has been unzipped in the
/opt
directory by checking:Next, install it by doing:
The installation wizard pops up and accept the terms and continue installation. Then Enjoy
Hope it helps ;)
You can also put the robomongo into /usr/bin like I do:
If you are using fish shell, you need to change the last line to:
Now you can start it with command:
Currently there is no installer for robomongo-0.9.0-rc4. you can create a desktop shortcut to robomongo-0.9.0-rc4-linux-x86_64-8c830b6/bin/robomongo file and use it just like any other Ubuntu app. Take a look at this tutorial https://askubuntu.com/a/142197/71544
Wathc this Video How to install robomongo on ubuntu 16.4
OR Follow Below Steps
Open Terminal and run the below command
Extract the tar.gz file to enter below command
create a dir /usr/local/bin dir name directory name robomongo and move it to extract file into robomongo directory
run command only if robomongo isn't executable file