How To Install Navicat on Ubuntu (guide)

How to install Navicat on Ubuntu:

Change the permissions:

chmod +x navicat16-mysql-en.AppImage

Create an icon/shortcut:

cd .local/share/applications

Create the desktop icon:

nano navicat.desktop
[Desktop Entry]
Name=Navicat
Comment=Database Admin Tool
Exec="/home/dave/Navicat/./navicat16-mysql-en.AppImage"
Icon=/home/dave/Navicat/navicat.jpeg
Terminal=false
Type=Application
Categories=Development;IDE;
StartupNotify=true

And save the file.

navicat

Job done! You now have Navicat available in your Ubuntu Software.

Community Page
Last updated: