Installing Navicat on Ubuntu 14.04 LTS
Asked Answered
T

3

11

is there a way to install Navicat on Ubuntu 14.04 without using wine? just straight up from deb or apt-get install.. I tried installing it using wine, but the problem is it does not function well enough. thanks

Tsana answered 27/3, 2015 at 8:57 Comment(0)
P
31

New Version of Navicat:

Download: https://navicat.com/download/direct-download?product=navicat15-mysql-en.AppImage&location=1

Open terminal

Go to Downloads folder: cd Downloads/

Give power to run: chmod +x navicat15-mysql-en.AppImage

open Navicat: ./navicat15-mysql-en.AppImage

source: https://navicat.com/en/download/navicat-for-mysql#lin

Plosive answered 9/4, 2015 at 4:24 Comment(2)
The link seems to be dead: "The specified key does not exist"Eponymous
The answer was from 2015. Now you can download from: navicat.com/download/… I will update the answer.Plosive
R
3

You may also want to add a shortcut to the applications menu. Got it from this post

Create a new entry in /usr/share/applications

[Desktop Entry]
Name=Navicat
Comment=Database Admin Tool
Exec=/bin/sh  "/opt/navicat/start_navicat"
Icon=/path/to/icon
Terminal=false
Type=Application
Categories=Wine;
StartupNotify=true
Redheaded answered 1/8, 2018 at 15:31 Comment(0)
C
0

You can find resource to intall linux version on: http://www.navicat.com/download/navicat-for-mysql

Cule answered 8/4, 2015 at 15:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.