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:
