How to Install DbVisualizer on your Linux Machine.
1 min readJan 6, 2020
DbVisualizer can be used to connect to remote databases.
Follow the below steps to install DbVisualizer.
1. Download DbVisualizer from here
2. Install the downloaded deb file from the command prompt.
> sudo dpkg -i /home/lakshani/Downloads/dbvis_linux_9_2_15.deb
3. Go to the installed location from the command prompt. By Default, DbVisualizer is installed in /opt directory.
> cd /opt/DbVisualizer
4. Start the DbVisualizer using the following command.
> ./dbvis