Skip to content

Instantly share code, notes, and snippets.

@s-chb
Created July 29, 2020 09:22
Show Gist options
  • Select an option

  • Save s-chb/e7616493f325d030343389ffa2dddd03 to your computer and use it in GitHub Desktop.

Select an option

Save s-chb/e7616493f325d030343389ffa2dddd03 to your computer and use it in GitHub Desktop.
sudo apt -y install openjdk-11-jdk openjdk-11-jre
sudo apt -y install default-jdk
java -version
wget -O - https://dbeaver.io/debs/dbeaver.gpg.key | sudo apt-key add -
echo "deb https://dbeaver.io/debs/dbeaver-ce /" | sudo tee /etc/apt/sources.list.d/dbeaver.list
sudo apt update
sudo apt -y install dbeaver-ce
apt policy dbeaver-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment