gibt es eine Möglichkeit, Navicat auf Ubuntu 14.04 ohne Wein zu installieren? direkt von deb oder apt-get install .. Ich habe versucht, es mit wein zu installieren, aber das Problem ist, dass es nicht gut genug funktioniert. Vielen Dank
Einfach:
Download: http://download3.navicat.com/download/navicat111_mysql_de.tar.gz
Terminal öffnen
Gehen Sie zum Download-Ordner: cd Downloads/
entar: tar -xvf navicat111_mysql_en.tar.gz
gehen Sie zum extrahierten Ordner von Navicat: cd navicat111_mysql_en
Öffne Navicat: ./start_navicat
Sie finden die Ressource für die Linux-Version unter: http://www.navicat.com/download/navicat-for-mysql
Sie können auch eine Verknüpfung zum Anwendungsmenü hinzufügen. Habe es von this post
Erstellen Sie einen neuen Eintrag 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