Install Navicat on Linux Ubuntu 12.04

DanielAttard picture DanielAttard · May 11, 2013 · Viewed 31.5k times · Source

How do I install Navicat on Ubuntu Desktop 12.04?

I have just configured a new Ubuntu 12.04. Because I'm not so familiar with the command line, I prefer to use Ubuntu Desktop so that I can have a GUI. Now I need to install a front-end to connect with MySQL.

I prefer to use Navicat in a MAC environment, so I was hoping to install Navicat on the Ubuntu machine. I downloaded a Linux copy of Navicat for MySQL from here:

http://www.navicat.com/download/navicat-for-mysql

The problem I am having is that I don't know how to install the program after it has been downloaded. There is a navicat.exe file in the navicat folder, but that seems to be for a DOS/Windows environment.

I just can't figure out how to install Navicat onto Ubuntu Desktop 12.04. Anyone have any ideas? Thanks.

Answer

peterm picture peterm · May 11, 2013

You need to download Linux version of Navicat

And per online manual

Installation for Download Version

  1. Open or Save the gzip file.
  2. Extract the file into anywhere you wish.
  3. Open the unziped folder.
  4. Double-click start_navicat to start your Navicat. Please note that it would take a while for starting-up.
  5. A Registration screen will then be popup, key in the Registration Key (16 digit) and click Activate to online activate the key.

UPDATE:

if you're on 64-bit box install all 32bit libraries

sudo apt-get install ia32-libs 

install wine runtime environment

sudo apt-get install wine