Skip to content

Instantly share code, notes, and snippets.

@MatthewBooth
Last active March 8, 2019 09:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MatthewBooth/4374397107d1b05fd1f28e1e6dfbbefa to your computer and use it in GitHub Desktop.
Save MatthewBooth/4374397107d1b05fd1f28e1e6dfbbefa to your computer and use it in GitHub Desktop.
Installing Robo3t on Ubuntu 16.04.3 LTS
  • Download the Binary from the official Robo3t Website.
  • Extract the archive to /opt/robo3t. You may need root permissions to do this.
  • Set the permissions to the current user sudo chown -R ${whoami}:${whoami} /opt/robo3t
  • Download this image http://blog.robomongo.org/content/images/2016/01/enjoy.png and save to /opt/robo3t/bin/robo3t.png
  • Make the binary executable sudo chmod +x /opt/robo3t/bin/robo3t
  • Create a desktop file and copy in the contents below. Call it robo3t.desktop.
  • Install this file using sudo desktop-file-install ~/Downloads/robo3t.desktop replacing ~/Downloads with the location you created the file

That should be all you need to go and run this program. If you receive errors you may need to:

  • Make sure you have QT5.7 installed locally
  • Remove two files from /opt/robo3t/lib
    • /opt/robo3t/lib/libstdc++.so.6
    • /opt/robo3t/lib/libstdc++.so.6.0.22
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Robo3t
Icon=/opt/robo3t/bin/robo3t.png
Exec="/opt/robo3t/bin/robo3t"
Comment=Robo3t desktop entry
Categories=Development;
Terminal=false
StartupNotify=true
Name[en_GB]=Robo3t
@najagithub
Copy link

Parfait

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment