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.
Wed, 03/03/2021 - 17:16
Tarun Goswami is a highly experienced professional, currently serving as Technical Lead at a well-established IT services company. With over 12 years of experience across multiple domains, he demonstrates his expertise and passion for the industry through his engaging and informative blog writing in his spare time.
Comments