install RoboMongo Robo 3T on Ubuntu 18.04

Profile picture for user devraj

 Robo 3T (formerly Robomongo *) is a shell-centric cross-platform MongoDB management tool. Unlike most other MongoDB admin UI tools, Robo 3T embeds the actual mongo shell in a tabbed interface with access to a shell command line as well as GUI interaction.

Steps to install Robo 3T using terminal

Step 1: Goto https://robomongo.org/download

Step 2: Select Linux and click on download link

Step 3: Create robomongo directory using below command

$ /usr/local/bin/robomongo

Step 4: Move file to /usr/local/bin using below command

$ sudo mv robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz /usr/local/bin/robomongo

Step 5: goto robomongo directory using below command

$ cd /usr/local/bin/robomonogo

Step 6: Untar file

$ sudo tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz

 Step 7: Execute robo 3t file using below command

$ ./robo3t 

Step 8: Agree to condition and enter required detail.