How to install dbvisualiser on Ubuntu 14.04.3 LTS (GNU/Linux 3.13.0-57-generic x86_64) server

I want to get data from h2 database which my server is using. After some googling, I found that DbVisualiser may help to read data from an h2 database .mv file but could not find a way to install it on the server.

1 Answer

Download it from the official DbVisualizer website and install it :

wget
sudo dpkg -i dbvis_linux_9_2_13.deb

The current version is 9.2.13.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like