DbGate is a free and open source database manager for Windows, MAcOS and Linux. It comes with export and import data support from/to CSV, JSON or Excel, connection over SSH tunnel, visually design query, NDJSON viewer, schema editor and developer, data editor, SQL editor and SQL generator and many more.
Currently it supports MySQL, PostgreSQL, SQL Server, Oracle, MongoDB, Redis, SQLite, Amazon Redshift, CockroachDB and MariaDB. It is written in Svelte and released under MIT license.
Download DbGate Database Client [Windows, Linux, MacOS]
Install DbGate on Ubuntu
Download the latest DbGate in .deb package file format from the above download link and save it on your Downloads folder. Now in the terminal application (ctrl+alt+t) run below DbGate install command. It will install the latest DbGate on your system.
sudo apt install ./Downloads/dbgate*.deb
[OR]
sudo apt install ./Downloads/dbgate-5.2.9-linux_amd64.deb
Note: Here “dbgate-5.2.9-linux_amd64.deb” is the downloaded file name . you can change above command based on your file name.
Run DBgate using below command or show apps application menu from the Ubuntu dock.
dbgate
Install DbGate via Snap:
You can also install DbGate using this snap install command.
sudo snap install dbgate
Install DbGate via Flatpak:
If you want to install DbGate via flatpak then run below command.
flatpak install flathub org.dbgate.DbGate
After that open it using below command.
flatpak run org.dbgate.DbGate
Install DbGate via AppImage:
Download DbGate in portable .Appimage file format and save it on your Downloads folder. Now in terminal run below commands one by one.
cd Downloads
sudo chmod +x ~ dbgate-5.2.9-linux_x86_64.AppImage
Note: Here “dbgate-5.2.9-linux_x86_64.AppImage” is the downloaded file name. You can change based on your file name.
./dbgate-5.2.9-linux_x86_64.AppImage
[OR]
./dbgate-5.2.9-linux_x86_64.AppImage --no-sandbox