Install DBeaver in the Ubuntu for access database

Download and install the DBeaver software in the Ubuntu Operating System

Login with root or super user in Ubuntu.

Open the Terminal and go to the directory in which you want to download the files with wget command:

wget https://dbeaver.io/files/dbeaver-ce_latest_amd64.deb

Install the Java packages for support the DBeaver

sudo apt install openjdk-11-jre openjdk-11-jdk -y

Install the downloaded DBeaver by checking its file present at location

root@Oracle1:/var/lib/docker/buildkit# ls

cache.db           content                      executor        snapshots.db

containerdmeta.db  dbeaver-ce_latest_amd64.deb  metadata_v2.db

Install the DBeaver software

sudo apt install dbeaver-ce_latest_amd64.deb

Open the DBeaver software from terminal:

dbeaver

DBeaver open as shown below:

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.