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
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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With