I am using MongoDB and I want to install Robomongo on Ubuntu.
Are there any instructions on how I can I install Robomongo on my machine?
I am using MongoDB and I want to install Robomongo on Ubuntu.
Are there any instructions on how I can I install Robomongo on my machine?
Follow these simple steps.
Anytime you'll wanna run robomongo, you will have to do something like this from terminal:
You might wanna add a link to robomongo from your
/usr/bin
which will allow you to do something like this anywhere from terminal:for that
move this link to /usr/bin directory with below command on terminal
Now you can run robomongo from terminal OR from run command (Alt+ F2) by typing
robo_
Robo 3T (formerly Robomongo) is the free lightweight GUI with embedded shell for MongoDB enthusiasts. Use Ubuntu Software to install the robo3t-snap package or install it from the terminal with:
Notice:
Now
Robomongo
program becomeRobo3T
studio and you can download it from Here.If you need old version include Old
Robomongo
program, you can download version from Here======================= My answer from 2016
answer of @Rexford 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 available versions 0.8.5 and earlier of
robomongo
have bothdeb
file andtar.gz
file download urls. So If you want a previous 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, line 2, link 3Robomongo is now Robo 3T:
Download the tar file from the site.
The current file is
robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
but obviously this may be different to what you downloaded in the future: adapt the commands below accordingly.Open a terminal and
cd
to wherever you downloaded the archive, eg,cd Downloads
andmv
it to wherever you would like to keep it, perhaps/opt
. Then extract it, and make a symlink from the binary to a PATH location, for example...Now you can run
robo3t
in your terminal and it will work.Install Robo3t On Ubuntu 18.04 / Ubuntu 20.04
1- Download the package form https://github.com/Studio3T/robomongo/releases or using
wget
2- Extract here using
4- Move the extracted package
Change directory to
5- Download icon
6- To make
desktop icon
forRobo3t
, we can make a file inPaste these and save
Validate the
.desktop
file:If everything is correct, you can search in application menu for robo3t.
Now, we can find the
icon
in application launcher menu by search forrobo3t
We can check this also
Reference
run the folowing commands (feel free to update the links and change folder names):
then you will also get a launcher icon so you will be able to press win-key and search for.
But you wont get an image for the icon (some ubuntu place-holder) :(
There doesn't seem to be sudo apt-get install for robomongo. There is tar.gz download available from here Once you download that you need to do
and then either move the untar-ed version to
/opt
(if needed)Otherwise there is another way as mentioned in this blog or here
To install Robomongo (Robo 3T) version 1.4+ use following steps
Previously, you could install it using Ubuntu Software using
sudo snap install robo3t-snap
.But it is not updating from version 1.3.
if you try to install the latest version of robomobo that call be now robo3t. Or you try to install on ubuntu 16.04 follow the below step and your robomongo install
Download latest robomongo tar file
Extract it
Make a directory
Move robo3t-1.1.1-linux-x86_64-c93c6b0/lib/libstdc++ direcotry to ~/robo-backup/ direcotry
Run the robo3t
If you need to install mongodb binary (Manually) to your Ubuntu 18.04 LTS (Bionic). You need to download mongodb .tgz file from this link .
1) Download it to your ~/Downloads folder and moveit to home directory by typing
mv Downloads/mongodb-linux-x86_64-ubuntu1804-4.0.4.tgz ~/
2) Then unter it by typing
tar -zxvf mongodb-linux-x86_64-ubuntu1804-4.0.4.tgz
place it here (Home directory /home/). Dont move it from here.3) Then make a directory at /data/db location and give write permission to thatdirectory.
4) Now, this is the tricky area. Make sure u r in hme directory by typing pwd (Present Working Directory)
it will show
Then type
ls -al
This command will show up all hiddenfile at home directory and search for
~/.bashrc
5) Edit the .bashrc file and write
and save the file type
source ./bashrc
Then type
echo $PATH
at terminal it will display~/mongodb-linux-x86_64-ubuntu1804-4.0.4/bin:/home/xenon/.nvm/versions/node/v10.15.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
6) Now at terminal type
mongo --nodb
it will showMongoDB shell version v4.0.4
From here , you are all set, go ahead and enjoy mongodb installation. This istallation is bit complex but by this method you can easily control the version of mongodb and use it as per your need.
7) Then start mongod