Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
sudo mkdir /usr/local/bin/robo3t
sudo mv robo3t-1.2.1-linux-x86_64-3e50a65/* /usr/local/bin/robo3t
sudo chmod +x robo3t ./robo3t
Now we can run Robo3t
./robo3t
We can download the icon for Robo3t from and put it here as we will need to make desktop icon later
For example save it on /bin
with name icon.png
/usr/local/bin/robo3t/bin/icon.png
mv icon.png /usr/local/bin/robo3t/bin
sudo nano /usr/share/applications/robo3t.desktop
Paste these there and save
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Robo3t
Icon=/usr/local/bin/robo3t/bin/icon.png
Exec="/usr/local/bin/robo3t/bin/robo3t"
Comment=Robo3t
Categories=Development;
Terminal=false
StartupNotify=true
Now, we can find the icon
in application launcher menu by search for robo3t
We can check this also
Thanks for it. It was so easy...
Now the latest version of robo3T is 1.4.3
So I tried another wget key instead of the older one for installing the latest version of robo3T, and it is running fine in Ubuntu 20.04.
wget https://download.studio3t.com/robomongo/linux/robo3t-1.4.3-linux-x86_64-48f7dfd.tar.gz
and now to extract the tar.gz file:
tar -xvzf robo3t-1.4.3-linux-x86_64-48f7dfd.tar.gz
reference