How to install DBTarzan on Ubuntu – The database browser

DBTarzan is a free and open source database viewer for Linux, MacOS and Windows. It is released under Apache 2.0 license. It supports Oracle, SQL Server, Derby, SQLite, MySQL and PostgreSQL databases. It comes with database connections editor to add, update and remove your database connections. Some other important features are foreign keys preloading, foreign key tags, copy query and log, table information and Order by. It comes with simple and easy to use GUI.

Install DBTarzan on Ubuntu:

You can install DBTarzan via the native .deb file format and snap package.

Install DBTarzan via deb:

Download DBTarzan

Download the latest DBTarzan database browser in native .deb file format from the above download link. Downloads file name “dbtarzan_1.22_all.deb” and file location “Downloads” folder. Based on your filename and location you can change below commands.

Also Read:  Wal Commander File Manager

Open your terminal app (ctrl+alt+t) and run this command to navigate to your Downloads folder.

cd Downloads

Then run this DBTarzan database browser installation command.

sudo dpkg -i dbtarzan_1.22_all.deb

Enter your user password.Then run this command to install all missing dependencies.

sudo apt install -f

After the installation run this command to start dbtarzan on ubuntu.

dbtarzan

Install DBTarzan via Snap:

DBTarzan is also available as a snap package. In your terminal app run this DBTarzan snap install command.

sudo snap install dbtarzan

Enter your Ubuntu user password to confirm the installation.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply